.NET Code Snippets
(10)
Only 8 .NET snippets? Guess I better put at least SOMETHING into it. Anyways, this is a simple console application, put it in a new console application project (I use Microsoft Visual Basic 2008 Express..
+ 0 likes
A Console Application to convert between Celsius and Fahrenheit. Alternatively, you could use the c2f() and f2c() functions for other purposes
+ 0 likes
This is a simple app I made in vb.net that finds the RGB of a color based on its alpha value and the background color
example:
R1=255 G1=255 B1=128
R2=0 G2=0 B2=0
Alpha=50
returns: 128,128,64
note:..
+ 0 likes
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 likes
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
+ 1 likes
This snippet will kill a current running process in VB.NET. To load snippet go File>New Project>Console Application
+ 0 likes
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..
+ 0 likes


