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

ActiveX Controls - Visual Basic tutorial


In the Learning Edition of VB there were only 4 ActiveX controls, but in the Professional Edition of VB, Microsoft has provided 20 additional controls. Some are very excellent and some you may never use. In this section of the tutorial I provide a few comments about each one, trying to give some useful pointers on the use of each control.
Category: Visual Basic tutorials > Basics - Difficulty:


More cool Visual Basic tutorials:



Inserting Data Into a MySQL Database using PHP
Inserting Data Into a MySQL Database using PHP
This tutorial is a continuation on the “How to Access a MySQL Database Using PHP” tutorial that showed you how to setup a database using phpMyAdmin and how to read data from the database using PHP. In the tutorial I will show you how to write data to the database directly through a from on your website. This is going to be a very basic writing tutorial. We will get into more advanced stuff later on.
Category: Visual Basic tutorials > Development - Difficulty:
Command Descriptions
Command Descriptions
In this section of the tutorial, I take each one of the commands and provide the syntax and a brief description of what the command does. For details, you can turn to the VB HELP file. My intent is to allow you to skim quickly over the commands to determine which one can help out in your situation.
Category: Visual Basic tutorials > Basics - Difficulty:
Working With Arrays And Bounds Checking
Working With Arrays And Bounds Checking
Working With Arrays And Bounds Checking
Category: Visual Basic tutorials > Development - Difficulty:
Key trapping - Tell what keys your users are pressing
Key trapping - Tell what keys your users are pressing
Key trapping - Tell what keys your users are pressing
Category: Visual Basic tutorials > Development - Difficulty:
Drag & Drop
Drag & Drop
You see it in just about every Windows application, so how can you do it in your VB application? Fortunately VB provides built-in tools to make it easy for you. While the code you write to respond to a drag and drop operation can be fairly complex, the mechanics of a drag and drop operation are fairly simple and logical.
Category: Visual Basic tutorials > Buttons - Difficulty: