Kaotic Reality
"Knowledge needs to be shared to enlighten the world" - Kraeven
Saturday, October 29, 2011
Getting Mimetype .NET
›
Private Function MimeType(Filename As String) As String Dim mime As String = "application/octetstream" Dim ext As String = Syst...
1 comment:
Wednesday, October 26, 2011
The Life and Times of Windows XP
›
Check out this article on the lifetime of windows XP... http://arstechnica.com/microsoft/news/2011/10/ten-years-of-windows-xp-how...
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...
Wednesday, October 12, 2011
Count Lines in File
›
The fastest solution + holds only 1 line at a time in the memory (best solution) Private Function TotalLines(filePath As String) As Inte...
Sunday, June 19, 2011
Retrieve Environment Variables
›
1: ''' <summary> 2: ''' Class to retrieve environment variables and custom declared variables with fo...
Disclaimer
›
1: #Region "Header" 2: 'Copyright (c) 2011 <a href="http://kaoticreality.blogspot.com">Kraeven<...
Thursday, March 24, 2011
What happens when you navigate to a URL?
›
Browse the net I found a really interesting article about what actually happens when you type in a URL in your browser. How does the conten...
Friday, March 18, 2011
Upgrade Internet Explorer 1.0 to 9.0
›
http://www.winrumors.com/man-upgrades-internet-explorer-1-0-to-9-0-video/ Credits go to Andrew Tait From the same person who made the vide...
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