eHow launches Android app: Get the best of eHow on the go.
Showing 1-22 of 22 results
Adobe PDF is the standard for generating documents for distribution over the Internet. Opening a PDF file in Visual Basic requires an add-on component. Using an add-on, the programmer can open,...
DotNetNuke is an open source, free content management system (CMS). This web application comes with a plethora of modules that work out of the box. The only thing that is required from you is to...
Creating, reading, and writing text files in ASP is used by programmers who want to save files for future use. They can be used for configuration settings, or for reporting. A common use of text...
Creating a different icon for the cursor is important to let users know that the system is processing. Cursor icons can be used on Web forms as well. A few extra lines of code allows the...
The Quick Test Professional (QTP) software allows you to test out your new software applications and ensure that they will work properly when connected to other programs such as Web browsers. You...
Return the number of possible items in your history list with the VBScript history object. Use the object to quickly move items in the list backwards or forwards a given number of spaces. These...
Use the location object in VBScript to mark the location of your URL within the code. Each page you set up under your main URL has its own location object, which you can leverage later on in your...
Retrieve more information about an event that has occurred, with the VBScript event object embedded in the event handler logic. The event object returns many types of information, some are set...
When you need to make sure a field is filled out by the people visiting your website, you don't need a lot of complicated code in a variety of scripting languages. VB ASP.NET is up to the task!
Cookies are old-school. Session states are the new thing. Find out how to use them and join the revolution.
Comparing the value of two fields in ASP VB has never been easier. With a few short clicks and drags and a few additions, your ASP server will do all the work for you.
Visual Basic forms, in addition to holding and eliciting textual data from the user, can also display graphic images. Image boxes can display a variety of image file types, including gif, jpg,...
When you want to request information from the user, you can create an interactive interface using Visual Basic. Creating a list box is useful in situations where you want to give the user a list...
Visual Basic forms, in addition to holding and eliciting textual data from the user, can also display graphic images. Picture boxes can display a variety of image file types, including gif, jpg,...
When they want to create an interface that extracts information from the user, Visual Basic is a common solution for programmers. Visual Basic makes it easy to a group of option boxes, the best...
Visual Basic forms often require that the user select a file from the computer's hard drive. The drive list box control, along with the directory list and file list controls make that easy. The...
Visual Basic forms often make users choose a file from their computers' hard drive. The directory list box control, along with the drive list and file list controls, make that process relatively...
An interface you create using Visual Basic can require or allow the user to select a file from the computer's hard drive. The tools to use for such a situation include the file list box control,...
Visual Basic makes it easy to create an interface that elicits information from the user, and the text box is the most obvious and straightforward way to do so. Text boxes can accept text, date or...
Visual Basic allows you to create an interface that gathers information from the user, and for situations where you want to give the user only two options, the check box is the best way. Check...
Many programmers use Visual Basic when they want to create an interface that requires information from the user, and in situations where you want to give the user a list of options but still...
many web sites want to display the visitors current date and time. JavaScript has been the answer for many designers, but more and more people are becoming security conscious with their browsers...