Re: window question
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Feb 22, 2003
- 490 views
On Sat, 22 Feb 2003 10:33:01 -0500, dubetyrant at hotmail.com wrote: > >Hi, >Can anyone tell me if its possible to contain a euphoria graphics-mode = console program in a full-size window?(not one of those half-sized = windows that you maximize but dont really get that much bigger).And if = possible, maybe you could tell me how to do it? > = -J.Dube Is this what you mean? include win32lib.ew constant Full=3Dcreate(Window,"",0,0,0,Default,Default,{WS_POPUP}) WinMain(Full,Maximize) Pete PS You'll have to use Alt-F4 to close it.