Browsing Visual Basic 6
Get Internet Connection State by Using Wininet
Ever need to find out if you are connected to the internet through your application and need to know what type of connection do you have.
[DataTreeWrapper] Class module, can wrap a whole database into TreeView Control
This sample program is just used to show you how to load the entire Database into a Tree View Control.
Print HTML from Visual Basic
The purpose of this article is to explain how to get the WebBrowser to print (i.
Command Button - Change Forecolor (Trick!)
Ever wanted to give your boring Command Buttons a different text color? Here's your chance ;)Original Author: KevinCode Change the forecolor of a "Command Button".
LDAP Password Authentication
Show how to use LDAP to authenticate usersOriginal Author: linda samsonInputsLDAP Server, LDAP Port, UID, Organization, Organizational Unit, PasswordAssumptionsRequires Microsoft ActiveX Data Objects 2.
Spring Weekend Game Clone
See belowOriginal Author: Lefteris EleftheriadesCode Author: Lefteris Rating: llll Description A clone of a very nice game made by Microsoft.
Howto call different Stored Procedures from VB with or without parameters
This a example for call one or more store procedures with different input parameters or without parameters.