Kris Stanton's WebLogThe things I learn working for the CLR teamWindows sounds == techno music!- April 27, 2004 While searching doing some google searches today, I came across this litle gem: http:www.milkandcookies.comlinks14339 Who would've thought that someone heard music in these soundshttp://blogs.msdn.com/kstanton/archive/2004/04/27/121579.aspx Simple way to check if you're on a 64-bit machine- April 20, 2004 In some of my tests, I need to check if I'm on a 64-bit machine or not. Yesterday, I spent some time looking through the System.Environment class or System.Diagnostics class to see if there was a static method or something that I could call to check if the machine I was on was a 64-bit machine. I was thinking to PInvoke to GetSystemInfo, but gosh darn it, there had to be an easier way! I talked to Josh Williams again (is it hard to tell we hang out), and he said to just do a...http://blogs.msdn.com/kstanton/archive/2004/04/20/116923.aspx |