Please wait...
Popular Resources
Recent Forum Posts
Visual Basic tutorials for desktop programming and web development in Visual Studio
Pages:

Read a file with progress bar in VB

2941 views
When you are attempting to read large files in an application, it can help to give some indication of how far along it is and when it is completed. For this tutorial we will be reading a file in binary format. When reading a file ...

How to read a file line by line in VB

318 views
Sometimes in application you will need to read a file. Sometimes these will be text files and the data you require might be on a line by line basis. For example, a list of products, there may be one product per line to make it eas...

Visual basic Timers

58 views
Timers can be useful when you want to run a task at regular intervals. For instance if you are checking the status of something or updating something every few minutes or seconds....
Pages: