Is it possible to put a full screen game to run in a window. I want to open a game in a VB pictur box or somthing like that so it would be small and i could see it small?
Printable View
Is it possible to put a full screen game to run in a window. I want to open a game in a VB pictur box or somthing like that so it would be small and i could see it small?
DirectX can be programmed to run in full screen or windowed mode.
If you are not using DX, you can use a pictrure box on the form and have another as a back buffer, where all the view is changed then copy to the main picturebox.
This is a good site www.gamedev.net