Are there any examples of commercial applications built using Visual Basic?
What's the difference between MODAL and MODELESS forms?
When/Why should I use Option Explicit?
Why does everybody say I should save in TEXT not BINARY?
Is the Variant type slower than using other variable types?
How do I make a text box not beep but do something else when I hit the Enter key?
How do I implement an incremental search in list/dir/combo/file boxes?
How do I get the Tab key to be treated like a normal character?
How do I make an animated icon for my program?
I get a "file not found" error on the IIF function when I distribute by program. Why?
Is there any way to pass a variable to a form apart from using global variables?
How should dates be implemented so they work with other language and country formats?
Can a VB application be an OLE server?
How do I dial a phone number without using the MSCOMM VBX?
I have several megabytes of memory. Why do I get an "out of memory" error?