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

Free training guide for beginners VB programmers - Visual Basic tutorial


Free step-by-step tutorial for beginner Visual Basic programmers. Ebook on development of a logic game in VB 6.0 is identical to the manual versions for Java and Delphi, source code and full VB projects.
Category: Visual Basic tutorials > Development - Difficulty:


More cool Visual Basic tutorials:



How to go to the start and end of a string
How to go to the start and end of a string
This tutorial will teach you how to get the cursor to go to the start and end of a textbox.
Category: Visual Basic tutorials > Basics - Difficulty:
Saving text files
Saving text files
This tutorial shows you how the built in visual basic funtions can be used to save files. The ways to shown to save a file are the write and print functions.
Category: Visual Basic tutorials > File Manipulation - Difficulty:
Using INI files with VB.NET - Learn how to use external INI files with .NET
Using INI files with VB.NET - Learn how to use external INI files with .NET
Using INI files with VB.NET - Learn how to use external INI files with .NET
Category: Visual Basic tutorials > VB Script - Difficulty:
Simple proxy server in visual basic. Beginners tutorial.
Simple proxy server in visual basic. Beginners tutorial.
The most elementary single-thread Proxy in Visual Basic. In creating this manual we set ourselves the task to develop a minimum program code playing the role of Proxy-server (transmitting information from one port to another).
Category: Visual Basic tutorials > Networking - Difficulty:
Screen Capture With VB.Net
Screen Capture With VB.Net
"Some of you have seen my screen capture program Gotcha. Well, here is how some of the source for the basic screen shot taking.

First add a picture box to your form and name it PictureBox1. Next, add a button with any name you want. Now we are ready for the code. VB.NET users, put this under the button’s click event:"
Category: Visual Basic tutorials > .NET - Difficulty: