Sample Code
-
Creating a DVD Player
by Chris2
Learn how to create a basic DVD player in VB.
-
Synchronising ListBoxes
by Daniel Okely
Make two listboxes scroll together
-
Internet Transfer Control
by S.S. Ahmed
This is a simple code that demostrates the usage of internet transfer control to retrieve HTML code from a web page.
-
View Fonts
by Chris2
This code will show you how to make all the system fonts appear in a list box, then preview them!
-
Tip Of the Day
by Ray James Sayers
This Source code will show you how to make tips of the day.
-
Shorten a Source File
by Nick Avery
Shorten a file location in a label with ...
-
Altering the word break in a multiline text box
by MerrionComputing
Many countries' international settings specify a space as the digit group separator. The problem with this is that in a multi-line text box the lines could be broken in the middle of a number, which
-
A timer without a timer control
by MerrionComputing
Thought this was impossible? Find out how with the AddressOf operator, and a bit of Windows API!
-
BackColor and BarColor of a ProgressBar
by WonderGuy
How to change the color of a progress bar (BarColor and BackColor).
-
Gather content from a website
by exec32
Snarf the Gazette local news website, convert to iSilo format and install on Palm Pilot. It also creates a website on your hard drive, for off-line viewing. This exec32 script demonstrates how to use
-
Turn off warning messages in MS Office applications
by ElementK Journals
How to programmatically turn off warning messages in MS Office applications when using Office Automation
-
UBound does not return the num. of items in an array
by ElementK Journals
VB myth #3: UBound() returns the number of items in an array
-
When to use MoveFirst
by James Crowley
VB myth #2: Use MoveFirst before looping through ADO/DAO recordsets
-
Ways to code numeric conditional expressions
by ElementK Journals
VB myth #1: There's only one way to code numeric conditional expressions
-
How to display Visual Basic forms dynamically
by James Crowley
How to display a VB form without know it's name at design time
-
Transfer formatted text into Word
by ElementK Journals
How to transfer formatted Rich Textbox text into Microsoft Word
-
Determining the size of a VB dynamic array
by ElementK Journals
A tip for determining the size of a VB dynamic array