Category Archives: WinForms

WinForm stuck on a disconnected monitor

Recently, I had a customer report that the application I am writing got stuck off screen, and he couldn’t get at it. This happened by moving the application to his external monitor and then minimizing. After disconnecting the monitor, he … Continue reading

Posted in WinForms | Comments Off on WinForm stuck on a disconnected monitor

Bitmap from Texture2D

I’m writing a map editor for a 2D XNA game and wanted to use a lot of the same code for displaying the map in the editor and in the actual game.  However, I wanted the ease of use and … Continue reading

Posted in WinForms, XNA | 2 Comments