Visual Basic - bas_Library

These are some basic library files I use. They have all been re-named .bas.txt so that they will display in a browser. Simply save them and re-name them to use them.
GlobalConstants.bas
Defines - ESC$, cr$, lf$, crlf$
GlobalFileRoutines.bas
Glob_Concat_Filename - Concatenates a filename and path. Adds a backslash when necessary.
GlobalRoutines.bas
ConvertColor - Converts an ini-file string into a color
RemoveDoubleQuotes - Removes double quotes from a string
Set_UICombo - Converts an ini-file string into a picklist
ini_code.bas
Reads and writes ini files, maintains a list of parameters
Process_Command_Line_code.bas
Reads and parses command-line parameters
ResizeControls.bas
Used to move and/or re-size controls when a form is re-sized.
Long_ScrollBar.bas
Used when it is possible for a scrollbar to represent more than 32,000 units.

Author: Robert Clemenzi - clemenzi@cpcug.org
URL: http:// cpcug.org / user / clemenzi / technical / Languages / VisualBasic / bas_Library / index.html