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. |
|
|
|
Visual Basic: Newest Topics
How to Create an Image Map in Visual Basic.NETThis 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.
