Browsing Visual Basic 6
Internet File Transfer From Website
This is a module for easily adding the ability to transfer a file from a webserver to a hard drive.
Sync Folders from Server
This will copy folders from one location to another continuously checking if there are new folders created on the server and checking the last date accessed for the server location to copy to the local computer or other location.
Convert Color
Convert color codes RGB to VB RGB to HTML VB to RGB VB to HTML HTML to RGB HTML to VBOriginal Author: Zap The DingbatInputscolConvertType: type of convertionstrColor: string containing color value.
Change ShowInTaskbar at Runtime
This code will allow you to change the .
SwitchToThisWindow
Another way of changing the focus to a particular window, using an un-documented API called SwitchToThisWindow.
PBBalloon: Create Balloon Messages under any Windows.
Using the ActiveX PBBalloon from PABLOB.
Get user language using GetUserDefaultLangID
Tried to find how to get the system's language? not that easy! I've pieced together the following code to return the system language in one handy cut-n-paste.