If your business does any programming in Windows, then a basic knowledge of VB6 programming concepts is essential. Windows provides a set of objects and functions to streamline development on PCs, ...
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 "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 ...
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 ...
Sometimes you do and sometimes you don't. For example the ADODB connection object has the methods open and execute. For open, you pass the arguments w/o parenthesis and for execute you pass with ...
A VB6 or (Visual Basic 6) program can be used to find RGB values of a color. Some knowledge of programming concepts and languages such as Visual Basic is required to write a program code in VB6. Basic ...
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 ...
What do you get when you cross VB code and Outlook 2000? A slick enterprise app. Check out these examples and see how to send e-mails with attachments, create message drafts, and manipulate folders.