Visual Basic
Make a web browser in VB
How to make your own web browser , using Gecko (The firefox backbone).
How to Create an Image Map in Visual Basic.NET
This tutorial will show how to create an image map with the help of ASP.NET’s ImageMap control. An ImageMap control displays an image on a page, and when a HotSpot region defined within the ImageMap control is clicked, the control either generates a postback to the server, or navigates to a specified URL. In this tutorial we will use a simple image of earth and display a message when the HotSpot region clicked.
Databinding Using a SqlDataSource Control in VB
Databases are powerful things and in today's society, you cant possibly stay away from them. Presenting them is a totally different animal though, the information has to look neat and not like a bunch of gibberish as we see it. To do so, we would need to connect to the database somehow. In this tutorial we will learn how to connect to a SQL server using Visual Basic and a SQLDataSource control
How to Use a BulletedList Control
A bulleted list control adds a bulleted list to the web site. We are also able to choose what is put in the bulleted list. This item is best used when making headlines of steps, examples, etc. As you will see it is simple to create and use.
How to Use the HiddenField Control
This tutorial will show how to use the HiddenField control in Visual Basic.NET. We will add a HiddenField to a web form and access it on the click of a button.
How to Use a Hashtable in Visual Basic.NET
This tutorial will explain what a HashTable is, the purpose of it, and how to use a key to search through and find the corresponding value. It will make use of a text box, button, and label.
How to Use the Calendar Control
This tutorial will show how to use the calendar control in visual studio. We will create a calendar and add holidays to it that will show in highlighted form on the calendar.
Add ScrollBar to GridView with ASP.NET 4.0 and VB
This tutorial will demonstrate how to add a scrollbar to a grid view control with ASP.NET 4.0 and VB.
How to Use a For Loop in Visual Basic.NET
The for loop is a control statement that allows code to be executed repeatedly until a given Boolean condition is met. Its a lot easier to see it than to read about it. If you understand how for loops work then you should easily understand the other loops available in Visual Basic.
How to Create and Call a Function in Visual Basic.NET
This tutorial will show how to create a function and how to call it. Using implementations of a button and label, a function is called and output to the user.
Using the ListView Control to Display, Page, and Sort Data Records
In this ASP.NET 4.0 tutorial we will demonstrate how the ListView control supports display, paging and sorting functionality. We will be working with templates because they allow you to have complete control over the layout and appearance of the data in the control.
Databinding Using the GridView Control
In this tutorial we will cover creating a GridView control and binding it to a pre-existing database table.
How to Create a File Browser
This tutorial will show how to create an application that is used to browse your computer for files and output if the file still exists or not. This application will use a text box, button and an instance of the OpenFileDialog class.
Databinding Using the DetailsView Control
In this tutorial we will cover creating a DetailsView control and binding it to a pre-existing database table.
make an analog clock in visual basic 2008 / 2010
This tutorial will show you how to make an analog clock clock in visual basic 2008 / 2010
Ping an ip address remotely
This VBScript provides the functionality for ping an ip address remotely by an IIS server. This file require IIS to access the ping.exe.
checks whether a drive exists
Learn how to check whether a Disk Drive exists or not.
A Full Yahoo! Weather App, Yes Another One
Uses Farhad Siasar's YahooWeathertlb library with a few added functions.
factorial function
In this tutorial we are going to learn how to factorial function
Display the filesystem of a drive
In this tutorial it will be explained how to display the filesystem of a drive by using visual basic.
