.NET Code Snippets
(5)
This is a timer that counts up until 60 minutes in NN:NN format.
Ex: 24:30
» Make a "timer1" and set the interval as 1000
» For the timer, make a "label1" and label it "00:00"
»
This snippet will show you how to add and remove directories, as well as check if they exist already or not in VB.NET.
This snippet will check if your computer is currently logged onto the internet in VB.NET. This is especially useful if you are using winsock
This snippet will kill a current running process in VB.NET. To load snippet go File>New Project>Console Application
This snippet will list all of your system's current processes that are running into a console window using VB.NET. To load the snippet, go to File>New Project>Console Application and copy paste the



