I am working on a game and need to be able to run in either full screen (exclusive) mode or in a windowed mode. I have been using the Graphics command to do this without a problem. However, I also want to be able to have Buttons and other Gadgets on the screen. These all seem to require a Canvas, which requires a Panel, which requires a Window.
Is there a way to use the CreateWindow function to create a full screen exclusive window?
- Ken
Is there a way to use the CreateWindow function to create a full screen exclusive window?
- Ken