Top

.NET Code Snippets

  (5)  
Sort by 
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" »
Tags: stop  stopwatch  timer  watch 
2 comment(s)   |   Score: 0.0   |   Language: .NET   |   Posted by mountaindew on Feb 10, 2008
This snippet will show you how to add and remove directories, as well as check if they exist already or not in VB.NET.
0 comment(s)   |   Score: 0.0   |   Language: .NET   |   Posted by KuTsuM on Sep 26, 2007
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
0 comment(s)   |   Score: 0.0   |   Language: .NET   |   Posted by KuTsuM on Sep 26, 2007
This snippet will kill a current running process in VB.NET. To load snippet go File>New Project>Console Application
Tags: kill  process  processes 
0 comment(s)   |   Score: 0.0   |   Language: .NET   |   Posted by KuTsuM on Sep 26, 2007
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
Tags: list  processes 
0 comment(s)   |   Score: 0.0   |   Language: .NET   |   Posted by KuTsuM on Sep 26, 2007
Bottom