
Advertisment
Basic Calculator
In this tutorial we will learn to create a basic calculator in Visual Basic.
Views: 1010 |
| by Ben
Visual Basic - Introduction to Visual Basic
Error handler
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...
Views: 1153 |
| by Tutorial
Visual Basic - Error Handling
Saving Settings into the registry
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...
Views: 1055 |
| by Isac
Visual Basic - Miscellaneous
Display input in a Label
In this tutorial we will code a application to display anything you type into a textbox on to a label.
Views: 968 |
| by Simon
Visual Basic - Introduction to Visual Basic
Creating a Clock
Dispay the current time in your VB app.
Views: 981 |
| by Sean
Visual Basic - Introduction to Visual Basic
URL linked Label
Create a hyperlinked label in your Visual Basic application that will open up in a new browser window.
Views: 959 |
| by John
Visual Basic - Introduction to Visual Basic
Send SMS from PC to mobile phones using VB
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...
Views: 1137 |
| by Marry
Visual Basic - Networking
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...
Views: 1066 |
| by Troy
Visual Basic - .NET
Creating and sending HTML email in Visual Basic - Part 1
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...
Views: 1083 |
| by David
Visual Basic - Miscellaneous
Creating and sending HTML email in Visual Basic - Part 2
This tutorial briefly explains how to import HTML file into the message body and automatically attach pictures and other objects this HTML file...
Views: 1115 |
| by Jarry
Visual Basic - Miscellaneous
Creating and sending HTML email in Visual Basic - Part 3
This tutorial shows various ways to create HTML body of the message in Visual Basic.
Views: 1023 |
| by Brad
Visual Basic - Miscellaneous
Getting Started With Visual Basic 6.0
Comprehensive tutorial aimed at introducing you to the basics of programming in Visual Basic 6.0.
Views: 960 |
| by Colin
Visual Basic - Introduction to Visual Basic
Downloading from the Web using VB Inet Control
In this tutorial I will show you how to get a file off the web with 'Microsoft internet Transfer Control'.
Views: 1169 |
| by Jarry
Visual Basic - Networking
Random Numbers
In this tutorial we will take a look at a simple function that allows us to generate random numbers.
Views: 1136 |
| by Source
Visual Basic - Miscellaneous
Writing a Internet shortcut file
In this tutorial we will together code a application that can write a Internet shortcut file in Visual Basic.
Views: 1049 |
| by Steve
Visual Basic - Miscellaneous
Dynamic Usage of Event Handlers in VB.NET
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...
Views: 1158 |
| by John
Visual Basic - Miscellaneous
Managing INI files
How to create, read and write an INI file from Visual Basic 6
Views: 1003 |
| by Adam
Visual Basic - Introduction to Visual Basic
Playing WAV Sound Files in Visual Basic
Ever wish you could play WAV files from within your own Visual Basic programs? This tutorial will show you how.
Views: 1054 |
| by Colin
Visual Basic - Multimedia
Playing an Audio CD in Visual Basic
Ever wish you could play audio CDs from within your own Visual Basic programs? This tutorial will show you how.
Views: 1109 |
| by Simon
Visual Basic - Multimedia
Determining the Cursor Position in Visual Basic
This tutorial shows how to get the mouse cursor position on the screen in Visual Basic.
Views: 1080 |
| by Sean
Visual Basic - Miscellaneous
