Switch between full and windowed mode

Blitz3D Forums/Blitz3D Beginners Area/Switch between full and windowed mode

Hello, I am trying to figure out how I can switch between full and windowed mode during runtime. I will appreciate any help

Blitz3D/Basic or BlitzPlus?

that will be blitz3d

You can re-use the Graphics (or Graphics3D) command, but unfortunately this also has the effect of Clearworld.

I dunno if using the DLL for Windows API will help? (I have no experience of using DLL's!)

To slightly rephrase Malice, to switch between fullscreen and windowed call Graphics3D. Note the omission of "unfortunately." After switching just reload all graphics.