Library code snippets
-
TrueType Font
by James Crowley
How to determine if a font is truetype or not
-
Use Local Variables
by ElementK Journals
Why you should use local variables wherever possible!
-
Use unique numeric keys in the ListView control
by ElementK Journals
A neat trick to allow you to use numeric keys in the ListView control
-
When to use MoveFirst
by James Crowley
VB myth #2: Use MoveFirst before looping through ADO/DAO recordsets
-
Window Enumeration
by Muhammad Abubakar
How to enumerate the windows using the EnumWindows API
-
View Fonts
by Chris2
This code will show you how to make all the system fonts appear in a list box, then preview them!
-
Wait until a program closes
by James Crowley
This code shows you how to launch a program and then wait until it is closed.
-
Ways to code numeric conditional expressions
by ElementK Journals
VB myth #1: There's only one way to code numeric conditional expressions
-
Web Browser
by James Crowley
A simple web browser built using the Web Browser control
-
Using Control Arrays
by James Crowley
How to use control arrays
-
Validating textbox entries
by ElementK Journals
Avoid variable type comparison glitches in textboxes
-
Working with the document object model
by nikocom
VB & web tutorial , an introduction to the Dynamic Html object model
-
With statement precedence
by ElementK Journals
With statement precedence in Visual Basic
-
Work Area Free
by Evgeny Petuhov
Little app that frees work wrea to full screen
-
WinSock Example
by James Crowley
A simple example of exchanging data across a network using the WinSock control
-
Winsock File Transfer
by James Crowley
A basic example on how to transfer files across the network using the WinSock Control