Tip Bank

DevX - Software Development Resource

Query is not Updateable Error

Question: When trying to run the SQL statement, I get this error but I don’t know what it means: Microsoft OLE DB Provider for ODBC Drivers error ‘80004005’ [Microsoft][ODBC Microsoft

DevX - Software Development Resource

How to Read Downloaded ASP Files

Question: I downloaded some ASP files from Netscape. When I try to read these files in Netscape, it gives me some error messages. Are there any “readers” for ASP files,

DevX - Software Development Resource

VB 6 and Outlook

Question: I need to create a VB utility that will read and parse a flat text log file (no problem here) and then automatically send an email with any error

DevX - Software Development Resource

Launch the default browser on a given URL

The following routine launches the default browser and loads the specified URL in it. The argument doesn’t have to include the HTTP:// prefix. If the operation is successful it returns

DevX - Software Development Resource

Change the ShowInTaskbar property at runtime

The ShowInTaskbar property lets you decide whether a form is visible in Windows taskbar or not. However, this property is read-only at runtime, so it seems that you can’t change

DevX - Software Development Resource

Open Windows’s Start menu

By simulating the pressing of the “Windows” menu – or better yet, of the Ctrl-Escape key combination, which also works on older keyboards – you can programmatically bring up the

DevX - Software Development Resource

Open the default program for sending email messages

The ShellExecute API function recognizes email addresses if they are prefixed by the “mailto:” prefix, and correctly run the default program for sending email messages (e.g. Outlook). This lets you

DevX - Software Development Resource

Get the list of ODBC drivers

The ODBCTOOL.DLL library contains three functions that make it easier to manage DSNs. To run the following code you must add a reference to the “ODBC Driver & Data Source