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

Simple proxy server in visual basic. Beginners tutorial. - Visual Basic 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:


More cool Visual Basic tutorials:



Graphics Commands
Graphics Commands
In VB there are a limited number of graphics features, but mixed with the judicious use of the Windows API a programmer can create some pretty fair graphics applications. When VB falls short, there is also no shortage of third party OCXs which can step in and add to the capabilites of VB.
Category: Visual Basic tutorials > Multimedia - Difficulty:
Learning about Loops in VB.NET
Learning about Loops in VB.NET
Learning about Loops in VB.NET
Category: Visual Basic tutorials > Development - Difficulty:
Introduction to VB Function (Part 2)
Introduction to VB Function (Part 2)
Learn how to create your own functions.
Category: Visual Basic tutorials > Basics - Difficulty:
Key trapping
Key trapping
How do you tell what keys your users are pressing? This tutorial teaches you a rock solid method that you can build in games and advanced applications.
Category: Visual Basic tutorials > Basics - Difficulty:
Procedures - Functions and Subroutines
Procedures - Functions and Subroutines
This tutorial will help you understand: What Is a Procedure? Defining and Invoking Function Procedures; Defining and Invoking Sub Procedures; Rules of Passing Arguments; Passing Array as Arguments; Variable Scope in Procedures
Category: Visual Basic tutorials > VB Script - Difficulty: