Re: Full screen

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

----- Original Message -----
From: "Thomas Parslow (PatRat)" <tom at almostobsolete.net>
To: "EUforum" <EUforum at topica.com>
Subject: Re: Full screen


>
> > Hey guys I have a question that's bee confussing me for a while.
>
> > Is there anyway to make your application Full Screen?
>
> > I mean like where there is not window and it like "covers" the start
> > bar?
>
> > I useing Win32lib still.
>
> > if there's not a way in the win32lib already could someone tell me how
> > to please!
>
> > Lates
> > Engale
>
> Try using the WS_POPUP style flag when creating the window then
> opening it maximized:
>
> Window1 = create( Window, "", 0, 0, 0, 1, 1,  {WS_POPUP})
> WinMain( Window1, Maximized ) --Or openWindow( Window1, Maximized
>

Engale,
Thomas is on the right trail with his method. I've just modified his code
with the correct spellings...
 ------
 include win32lib.ew
 constant Window1 = create( Window, "", 0, 0, 0, 1, 1,  {WS_POPUP})
 WinMain( Window1, SW_MAXIMIZE )
 ------

Derek

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

Search



Quick Links

User menu

Not signed in.

Misc Menu