36-Reading Text Files
This Visual Basic Tutorial is all about Reading Text Files.
The My.Computer.FileSystem object has a method that allows you to read a text file and it is...
35-Try Catch
This Visual Basic Tutorial is all about Try Catch.
In programming, there are Exceptions that handle errors and other exceptional events. As a programmer, it is...
34-Splitting Strings
This Visual Basic Tutorial is all about Splitting Strings.
Split is a function that separates Strings. It receives a string or character delimiter that parses and...
33- Arrays
This Visual Basic tutorial is all about Arrays.
What is an Array? Array is a sequence of objects that has similar type and size. Every object inside an...
32- Auto Typer
This Visual Basic tutorial is all about Auto Typer.
Auto Typers are very common in the web and there are instances that some people charge money for them.
Today,...
31-Web Browser
This Visual Basic tutorial is all about Web Browser.
In this tutorial we will create a simple webbrowser in visual basic. In the toolbox there is...
30- Download and Run File
This Visual Basic Tutorial is all about Download and Run File.
In this tutorial, we will learn on how to download and run a file in...