Read NT Environment Variables from a Java Application
Start the JVM with the “-D” switch to pass properties to the application and read them with the System.getProperty() method. SET myvar = Hello world Set myothervar = nothing java
Start the JVM with the “-D” switch to pass properties to the application and read them with the System.getProperty() method. SET myvar = Hello world Set myothervar = nothing java
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
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.
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
While designing multilingual applications, I had to make them respond when a user changes the Windows locale setting
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
This easy routine copies the contents of a listview, including column headers, to the clipboard for pasting into Excel or other applications: Public Sub SendToClipboard(ByVal ListViewObj _As MSComctlLib.ListView)Dim ListItemObj As