Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Multiple User Chat - Create a multi-user chat program with Visual Basic - Visual Basic tutorial


Multiple User Chat - Create a multi-user chat program with Visual Basic
Category: Visual Basic tutorials > Networking - Difficulty:


More cool Visual Basic tutorials:



Creating a Form With Panels
Creating a Form With Panels
Creating a Form With Panels
Category: Visual Basic tutorials > Development - Difficulty:
Make Your Own FTP Client using Visual Basic!
Make Your Own FTP Client using Visual Basic!
Make Your Own FTP Client using Visual Basic!
Category: Visual Basic tutorials > Networking - Difficulty:
Visual Basic Database Management
Visual Basic Database Management
Visual Basic Database Management. Introductory lessons for working with ADO Data control and example exercises.
Category: Visual Basic tutorials > Database - Difficulty:
High Resolution Timing in Visual Basic
High Resolution Timing in Visual Basic
So, you're interested in having your functions act at specific time intervals, eh? Naturally you would turn to the Timer Control included with VB. Unfortunately, the timer control has a resolution of ~55ms. 55ms seems like a very short time to us, but to the computer, 55ms is an agonizingly long time. Don't torture your computer! Use accurate and high-resolution timing methods.
Category: Visual Basic tutorials > Date & Time - Difficulty:
Runtime Menus
Runtime Menus
In Visual Basic, adding menus at runtime is handled in the exact same way as adding any control at runtime.
Category: Visual Basic tutorials > Buttons - Difficulty: