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. |
|
|
|
checks whether a drive exists
Learn how to check whether a Disk Drive exists or not.
get drive serial number
In this tutorial we are going to learn how to get drive serial number.
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.
GPS Monitor
This program shows how to connect to a GPS receiver (wired or bluetooth via SPP outgoing connection) and decode GSV, GSA and GGA sentences of NMEA protocol, display position coordinates and satellite informations such as signal strength, satellite ID and satellites used for fix.
SQL
To selectively display records in a recordset, the feature to use is SQL - Structured Query Language. By creating a query (a text string which tells VB what to include in a recordset or what actions to take against the data in a recordset) you can greatly simplify the code you have to write in an application that utilizes databases.
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.
