Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


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

View all templates

How to prevent multiple instances of an app running - Visual Basic tutorial


This tutorial will teach you how to stop multiple instances of your application running at once.
Category: Visual Basic tutorials > Basics - Difficulty:

More cool Visual Basic tutorials:



Database Controls
Database Controls
Database controls are ideal if you want to get in, get the job done, and then get out. In this section we'll discuss the controls available to the database programmer. VB falls short, however, in helping beginners create databases from scratch.
Category: Visual Basic tutorials > Database - Difficulty:
Get User Name Of Logged On User
Get User Name Of Logged On User
Get User Name Of Logged On User
Category: Visual Basic tutorials > Security - Difficulty:
Adjusting your scope - A look into variable scopes in .NET
Adjusting your scope - A look into variable scopes in .NET
Declaring variables is a very fundamental requirement in programming and you cannot go anywhere without it. For those of us who came from previous versions of Visual Basic, .NET presents a new set of issues with our variables.
Category: Visual Basic tutorials > .NET - Difficulty:
Creating Multimedia Applications: Part 2
Creating Multimedia Applications: Part 2
In previous lesson, we have programmed a CD player. Now, with some modifications, we will transform the CD player into an audio file player. This player will be created in such a way that it could search for wave and midi files in your drives and play them.
Category: Visual Basic tutorials > Multimedia - 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: