This application is really basic but is pretty neat to make. This application will be able to browse through files on your computer and upon opening a file will display [...]
An AdRotator’s job is to rotate through ads specified by the programmer. This is a really great tool for any web site and the ending result is really nice. In [...]
Ever wondered how much you make at your work? Well you should already know but if not then we can create a calculator that calculates gross pay automatically. No need [...]
In this tutorial we will create a simple web browser in visual basic. There is a tool called ‘WebBrowser’ in the toolbox that is specifically designed to output web pages. [...]
In this tutorial we will be creating a simple currency converter that will convert U.S. dollars to Euro. This is a fun little project that can be useful on a web site [...]
In this tutorial we will cover the parse shared method that changes the string representation of a number to its passed equivalent. Parse is the method to be called but [...]
Sorting is a neat feature that can be done to lists for easier accessibility. Sorting lists in alphabetical order has kind of become a norm in our society, people are used [...]
Validation is an easy way of requiring input in a specific text box without much hassle. There is a control called RequiredFieldValidator that automatically checks if a text box has [...]
In todays tutorial we will cover the multiple ways a public sub can be called, with or without parameters, by value and by reference. Are you familiar with the ever [...]
Hash tables use key and value pairs. The hash key is processed through a hashing function that is designed to create a unique value that is then used as an [...]