Kaotic Reality
"Knowledge needs to be shared to enlighten the world" - Kraeven
Showing posts with label
Snippets
.
Show all posts
Showing posts with label
Snippets
.
Show all posts
Sunday, October 16, 2011
Check For 64bit Operating System VB.NET 2.0
›
Public Function Is64BitOperatingSystem() As Boolean? Dim amount As Integer Try amount = Runtime.InteropServi...
Sunday, June 19, 2011
Retrieve Environment Variables
›
1: ''' <summary> 2: ''' Class to retrieve environment variables and custom declared variables with fo...
Wednesday, March 9, 2011
Enable Compiler Extensions in .NET 2.0
›
If you get an error like shown below; this is probably due to the downgrade of a project from .NET 3.5 or higher to .NET 2.0 Cannot define ...
›
Home
View web version