I am trying to get a standard window with a maximize button. I found the code to make one with a minimize button, but no maximize. I also don't want it to be 'fullscreen' setting.
in the help file it says "112 title bar with system menu and minimize button" what does it mean by system menu? if it's a regular file, edit, help etc, how do I get it to show.
I can put video_window(vector(-1,0,0),vector(1280,680,0),112,"Game");
in a while(1) loop, but it'll still move the window around until I let go and there's no way to resize as need be.
What I'm really trying to get is a 3d window inside a regular win32 program. I figured now that 7 was out it would be doable inside 3DGS.