Original Post
I''m having a problem initializing DirectX 6.0. I want to make the window full screen on all computers, so I used DDSCL_FULLSCREEN ( and EXCLUSIVE ) with the SetCooperativeLevel(). Then I used SetDisplayMode() to make the window 640x480 and 8bpp. But my desktop is 1024x768 so when I run the program, only a section of my screen is initialized. Is there a way to temporarily change my screen to 640x480 when I run this program so it will work on all computers? Thanks