Setting to Desktop Resolution

BlitzMax Forums/BlitzMax Beginners Area/Setting to Desktop Resolution

AAM(Posted 2005) [#1]
Does anyone out there know the method in BlitzMax to initiate your program to the user's current desktop resolution? In BlitzPlus you could do it by using GraphicsWidth() and GraphicsHeight() as parameters to the first call to the Graphics command. In BlitzMax however, this no longer works as GraphicsWidth() and GraphicsHeight() simply return "0" instead of the user's current desktop resolution width/height.

Thanks in advance for your time.

Aaron


ImaginaryHuman(Posted 2005) [#2]
I don't think there is an easy way at the moment. Maybe when they release the GUI module it might have some kind of functionality to manipulate the desktop or find out its specifications. It would be handy.