Browsing Visual Basic 6
Mp3 Hollow Egg
Heard of the Cuckoo Egg? It is a mp3 file of music with random sounds inserted in the mp3 file.
virtual start page emulator
this is a virtual start page emulator using the winsock and inet control, not webbrowser control.
First(!) pure API(!) Find/Replace dialog
Since Bruce McKinney stop his attempts to implement standard Find/Replace dialog into VB apps, all VB programmers use their own dialogs based on modelless windows.
FindWindowWild
Find window using full or part of it's caption.
Cheating the Printer
Why mess around with the printer object if you don't have to? In my example, I print the contents of a richtextbox control to the printer with only a couple of lines of code.
Add Error Handling
This is the complete code for a VB IDE addin that will add error handling to your procedure.