Tip Bank

DevX - Software Development Resource

Send an HTML Email Without Using the JavaMail API

Send an email without using JavaMail API, by using the Java Core packages(java.net.*;java.io.*) to pass three parameters. The first parameter is the SMTP mail server, the second parameter is the

DevX - Software Development Resource

Capture a Reference to a UserControl

Many programmers are familiar with declaring an object variable in class modules and other places to capture events from a form and handle them in a generic way: Private WithEvents

DevX - Software Development Resource

Find the Associated Executable

Sometimes you might need to determine the full path name to a Windows executable file associated with a given file extension. The usual recourse is to use the FindExecutable API.

DevX - Software Development Resource

No More Blank Data Reports

When generating a data report based on an ADO recordset linked to a remote database (such as Oracle or SQL Server), you can end up with a blank report. Try

DevX - Software Development Resource

Modernize Your MDI Apps

The MDI look seems to have gone out of favor recently, judging from the popularity of the Explorer and Outlook styles in modern apps. Maybe that