Tutorial search

Visual Basic Tutorials
Tutorials
Stuff
Affiliates

Visual Basic .NET Tutorials


We hope that you will enjoy our Visual Basic .NET tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own Visual Basic .NET tutorials to our site. Thank you !

Sort by:
A VB.net Web Browser
A VB.net Web Browser
Create your very own Web Browser in VB.net, even if you've never coded before. A extremely detailed guide on creating a web browser.
Category: Visual Basic tutorials > .NET - Difficulty:
SQL Helper Class
SQL Helper Class
This is a class with all common methods required in database programming in .net. Methods including Execute Scaler , Execute Table and methods related to Prepared statments
Category: Visual Basic tutorials > .NET - Difficulty:
Visual Basic .NET 2008 - How to create a text-editor Part 1
Visual Basic .NET 2008 - How to create a text-editor Part 1
Part of of this tutorial. You will learn how to create a text editor with Visual Basic 2008 Express Edition. Please comment! The text editor will have the: Save, Open, Cut, Copy, Paste, Undo, and Redo functions. Feed-back will be greatly appreciated.
Category: Visual Basic tutorials > .NET - Difficulty:
Creating CAPTCHA images with Visual Basic (VB)
Creating CAPTCHA images with Visual Basic (VB)
CAPTCHA remains the most popular method of physical verification which cannot be beaten by a machine or a program yet. This article presents a simple way of creating CAPTCHA images using Visual Basic
Category: Visual Basic tutorials > .NET - Difficulty:
Spell Checker Routine Using VB
Spell Checker Routine Using VB
In computing, a spell checker is a software program designed to verify the spelling of words. A spell checker helps a user to ensure correct spelling, while suggesting corrections for wrongly spelled words.
Category: Visual Basic tutorials > .NET - 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:
Calling a Stored Procedure from your VB.Net Program
Calling a Stored Procedure from your VB.Net Program
Now that you have your Stored Procedure ready in SQL Server. We'll just call it from VB.net program! See how its done here!
Category: Visual Basic tutorials > .NET - Difficulty:
Easy installation of VB.Net programs to clients computer
Easy installation of VB.Net programs to clients computer
Sit back, relax, have a Popcorn and just see exactly what .Net Deployment is and how it is done practically in realtime.
As easy as 1-2-3!
Category: Visual Basic tutorials > .NET - Difficulty:
 	Creating a notebook
Creating a notebook
In this tutorial I will show you how to create a simple notebook that can open, save, cut, copy and paste as well as adding printing capabilities and other features. The perfect learning application.
Category: Visual Basic tutorials > .NET - Difficulty:
Macronimous- Developing Windows Smartphone Applications using .NET CE framework
Macronimous- Developing Windows Smartphone Applications using .NET CE framework
This article is about pocket PC / windows smartphone applications developed in the .net environment.This is possible through the Compact Framework provided with the VS.net. It uses the SQL CE as the mobile database.
Category: Visual Basic tutorials > .NET - Difficulty:
Polymorphism in VB.NET
Polymorphism in VB.NET
Polymorphism is one of the key concepts in Object Oriented Programming. Using polymorphism enables the programmer to design software that is easily extensible which, in turn, prolongs the life of that program.
Category: Visual Basic tutorials > .NET - 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:
Recursive Programming Part 1 : Factorial
Recursive Programming Part 1 : Factorial
This article shows how to do Recursive programming. Uses recursive programming to find a given factorial number
Category: Visual Basic tutorials > .NET - Difficulty:
Planning the form layout in VB.NET
Planning the form layout in VB.NET
This article shows you how to design fairly complicated forms, which can resize, using anchors, docks and panels with a dash of code.
Category: Visual Basic tutorials > .NET - Difficulty:
Searching Listbox
Searching Listbox
This sample shows how to search item from the listbox., using method that is being introduced in the .NET listbox control
Category: Visual Basic tutorials > .NET - Difficulty:
Total Tutorials in Category: 16