|
 |
|
|
Submitted: November 18, 2007
Views: 2462
Get a string representation of Vista's Windows Experience Index base score.
|
|
|
 |
|
|
Submitted: October 20, 2008
Views: 939
Generates a random string in a much more efficient way.
|
|
|
 |
|
|
Submitted: July 7, 2008
Views: 1052
Does the current user have permission to write to the specified directory?
|
|
|
 |
|
|
Submitted: October 23, 2009
Views: 212
When dragging an object into a tab control, this code will change the tab page according to the tab dragged over.
|
|
|
 |
|
|
Submitted: January 8, 2007
Views: 1093
This will enable to use square root as if it were: a number that it was derived from, abs(value), boolean value that indicates if value that it was derived form < 0.
|
|
|
 |
|
|
Submitted: November 10, 2007
Views: 3028
Insipired from the popular Paint .NET Graphics tool.
|
|
|
 |
|
|
Submitted: June 9, 2008
Views: 6040
Get a list of files in a directory depicted by a string array of extensions.
|
|
|
 |
|
|
Submitted: October 18, 2009
Views: 440
Use .GetFiles() Method and filter extentions with minimal code
|
|
|
 |
|
|
Submitted: August 6, 2008
Views: 1261
Gets the moons age from new, in decimal days, accurate to the nearest second.
|
|
|
 |
|
|
Submitted: May 4, 2009
Views: 441
Finds the greatest common divisor of two integers
|
|
|
 |
|
|
Submitted: July 3, 2009
Views: 166
An extension method that return an IEnumerable(Of Integer) containing the indices of the elements matching a particular instance.
Uses: LINQ, Generics
|
|
|
 |
|
|
Submitted: December 22, 2007
Views: 1834
Check if an Internet Connection is available
|
|
|
 |
|
|
Submitted: June 22, 2009
Views: 460
This snippet iterates through a form to find the type of control you specified and lets you access the properties of all the found controls.
|
|
|
 |
|
|
Submitted: July 8, 2008
Views: 4360
This is a snippet for retrieving a populated DataTable by passing a "pre-loaded" SqlCommand object
|
|
|
 |
|
|
Submitted: May 2, 2009
Views: 551
Shows all the .net modules loaded into a app and adds them to a listbox.
|
|
|
 |
|
|
Submitted: July 26, 2007
Views: 3218
This is a temperature converter function in VB.Net. Not only does it do Celsius & Fahrenheit but it also does Kelvins conversions as well
|
|
|
 |
|
|
Submitted: September 16, 2008
Views: 2105
Pass the drive letter you wish to get the information from
|
|
|
 |
|
|
Submitted: September 16, 2008
Views: 1991
This snippet uses WMI to get the available free space available on the HDD
|
|
|
 |
|
|
Submitted: December 23, 2008
Views: 1245
Extension method to return all files in a specific folder into a DataTable. From here you can iterate thru code, show in a Listbox, DataGridView etc.
|
|
|
 |
|
|
Submitted: March 25, 2007
Views: 8083
clear eventhing on a form and can be used when using sub proecdure
|
|
|
 |
|
|
Submitted: March 1, 2009
Views: 2128
Function for decompressing a compressed file using the GZipStream class
|
|
|
 |
|
|
Submitted: February 3, 2009
Views: 3366
Get the last day in the month, where the month is in the date you supply.
|
|
|
 |
|
|
Submitted: June 17, 2008
Views: 1737
|
|
|
 |
|
|
Submitted: January 7, 2008
Views: 7555
Calculate the hash of a string using MD5
|
|
|
 |
|
|
Submitted: January 7, 2008
Views: 4999
Calculate the SHA1 Hash of a string
|
|