I have an old game that uses the fill screen to run. This would be fine and good if I still had a 640x480 screen resolution. Now, in the modern era there is a ton of wasted space. What I want to do is (for my own personal use so don't worry) is create a .NET app (VB or C#) to create a window to house this game. That way, I could play it without taking the full screen. Does anyone know how to wrap .NET around another program, effectively created a windowed app. Another way to put it is I want to launch this program inside of my .NET application. Thanks for you help.