Virtual PC and Shared Folders

I use Microsoft’s Virtual PC on my development system to test out my applications on a number of different operating systems, and to check to see if they blow up the OS, which I’ve done before but you will be surprised how long Windows will stay up once you’ve deleted everything out of C:\Windows, but
Read More »

Running WPF on Another Thread

I’ve been developing a solution to meet an outlying need of mine and one of the requirements were that I needed to show a WPF window which lives inside a class library (DLL) that could be referenced by any application. Any WPF developer knows that WPF and other UI systems like WinForms require an STA
Read More »