Browsing Visual Basic 6
Create Excel file using ADOX
This sample shows how create Excel file using ADOX.
BSoftPlayer 4.0b5 SQL-Based Media Player
BSoftPlayer 4.
Visual Studio 6 Service Pack 6 Released
Microsoft released Service Pack 6 for Visual Studio 6, download the latest(and final) service pack if you have VS6/VB6 installed.
Article: 10 CODING HABITS TO REMEMBER
This article lists 10 coding habits to remember, they will help you when you program in the future.
Planet Source Code : Editorial Review
Planet Source Code: Editorial ReviewOriginal Author: Multiple TechnologiesCodeThis is an article concerning Planet Source Code.
Is Form Loaded check without causing form to load (EASY!)
Check to see if a form is loaded without actually loading the form, or access public form variables without causing the form to loadOriginal Author: Dave GallantCode Ever want to check to see if a form is loaded before you try to access it? The only way I know of (other than this way) is to loop through the form collection.
Possible error in VB6 Compiler
This is possebly an error in the VB6 compiler but i have turned it into a way to find out if you are in the IDE or Compiled version.