Browsing Visual Basic 6
Screen Shot
Takes a picture of the screen and displays it in a picture box.
ADO to Excel (updated)
Allows users to select any DSN-less ODBC data source, or an MS Access database, to display the tables in it, and select a table, which is automatically loaded into an Excel spreadsheet, complete with column headings (field names).
Multiple Winsock Connections
This demonstrates a winsock server that accept multiple connections.
Plugin Example Thingy
UPDATED FOR VICKY! -> this is a really good starting point for adding plugin support to your applications.
Access all aspects of your control panel from VB
Access all different aspects of your control panel (Add/Remove Programs, Mouse Control, etc.
AS400 to Excel
This code uses a value in cell B2 in Excel as a lookup on the AS400 and returns values to cells C2 and D2 in ExcelYou must add a reference to:Microsoft ActiveX DAta Objects 2.
Make your own Mp3 Player!
Every wanted to make your own Mp3 Player instead of using WinAmp etc.