Well, I'm not sure if anyone has run into this before but I figured I'd give it a shot.<P>I'm using the AppActivate function to grab a handle on another application using VB6 to execute a command ...
I've built a Function that Imports a text file into an access database and then runs a series of queries, but I'm running into a problem where our clients aren't always putting the data in the correct ...
The most common type of data to manipulate in most applications is textual data, which developers usually store in strings. String handling has always been a strong point for the Basic family of ...
The "My Documents" folder path contains a variable username component and changes from one user to another. It is possible to write a code in VBA or VB6 to access the "My Documents" folder regardless ...
At some point, every developer needs to manipulate strings, whether it's to convert data from one format to another or to alphabetize a list. Strings might be a basic part of programming, but using ...