Advertisment
In this tutorial we will learn to create a basic calculator in Visual Basic.
In this tutorial we will teach you to add a errorhandler to your applications. It's very easy and it saves lots of time when debugging your...
It's often very useful to be able to save settings into the registry and in this tutorial I will show you how to save settings for your...
In this tutorial we will code a application to display anything you type into a textbox on to a label.
Dispay the current time in your VB app.
Create a hyperlinked label in your Visual Basic application that will open up in a new browser window.
These topic is for those who wants to learn how to send SMS (Short Message Service) from pc to mobile phones. Devices 1. Mobile phone (Nokia Model...
Declaring variables is a very fundamental requirement in programming and you cannot go anywhere without it. For those of us who came from previous...
This tutorial demonstrates sending simple HTML e-mail in Visual Basic. This focuses on connecting to the SMTP server and sending e-mail rather than...
This tutorial briefly explains how to import HTML file into the message body and automatically attach pictures and other objects this HTML file...
This tutorial shows various ways to create HTML body of the message in Visual Basic.
Comprehensive tutorial aimed at introducing you to the basics of programming in Visual Basic 6.0.
In this tutorial I will show you how to get a file off the web with 'Microsoft internet Transfer Control'.
In this tutorial we will take a look at a simple function that allows us to generate random numbers.
In this tutorial we will together code a application that can write a Internet shortcut file in Visual Basic.
In VB.NET we can receive and handle events in 2 ways. The first one is using WithEvents and Handles keywords, and the second way is to use the...
How to create, read and write an INI file from Visual Basic 6
Ever wish you could play WAV files from within your own Visual Basic programs? This tutorial will show you how.
Ever wish you could play audio CDs from within your own Visual Basic programs? This tutorial will show you how.
This tutorial shows how to get the mouse cursor position on the screen in Visual Basic.