Graphics Mode

BlitzPlus Forums/BlitzPlus Beginners Area/Graphics Mode

Mimi(Posted 2005) [#1]
How can I change the current Screen Resolution of the monitor, let's say from 800x600 to 1024x768 in a B+ program? There are many commands like CountGFXModes() or GfxModeFormat(), but how can I actually switch between modes?
(To be clear: I do not want to open a B+ Graphics window.)


Grey Alien(Posted 2005) [#2]
Do you mean the desktop resolution or your own resolution for a game or something as the two are different?


Lattyware(Posted 2005) [#3]
You'd have to use a DLL as far as I'm aware.