Re: window question

new topic     » goto parent     » topic index » view thread      » older message » newer message

Thanks for replying. What I meant was hard to describe. On my computer, when 
I open the euphoria editor for instance, it appears inside a window which I 
cannot maximize, the only way to maximize it is by ctrl-enter, then it takes 
over the whole screen and makes multitasking difficult. I want to write a 
program which utilizes graphics-mode 261, yet is within a window which can 
be maximized, but not take the whole screen. I guess I'm asking what the 
best way to perform windowed-graphics. Graphics within a window which can be 
maximized to almost the entire screen, just leaving the windows taskbar on 
bottom, with the traditional minimize and maximize buttons on top. I thought 
maybe there was some win32 routines I could use, that would be fairly simple 
to implement. You know what I mean though? One giant window which I can run 
a graphical program inside, which still fits with the rest of the windows 
environment.






>From: Pete Lomax <petelomax at blueyonder.co.uk>
>Reply-To: EUforum at topica.com
>To: EUforum <EUforum at topica.com>
>Subject: Re: window question
>Date: Sat, 22 Feb 2003 18:45:19 +0000
>
>
>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=create(Window,"",0,0,0,Default,Default,{WS_POPUP})
>WinMain(Full,Maximize)
>
>Pete
>PS You'll have to use Alt-F4 to close it.
>
>==^^===============================================================
>This email was sent to: dubetyrant at hotmail.com
>
>
>TOPICA - Start your own email discussion group. FREE!

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu