Minimizing a fullscreen graphics app..

BlitzMax Forums/BlitzMax Programming/Minimizing a fullscreen graphics app..

matibee(Posted 2009) [#1]
I've googled the forums and found a few (old) win32 solutions, but is there a new (hopefully simpler) and cross-platform way of doing this by now?

I want to open a web url from within the game, and if it's fullscreen minimise it so the user can see his browser.

Thanks all,


ImaginaryHuman(Posted 2009) [#2]
EndGraphics(), open a hidden window, minimize it, when it's maximized go fullscreen? (just a guess)


matibee(Posted 2009) [#3]
You could be onto something...



Now to test it with a tonne of images loaded. Thanks IH.