Page 1 of 1

How to make a window be full screen?

Posted: Fri Aug 07, 2009 12:33 pm
by ConvertFromOldNGs
by tyc >> Fri, 19 Mar 2004 1:55:27 GMT

Hi,
We try to make a window be full screen by calling windows API, the task bar of Microsoft Windows is invisible but my window is still not full screen. Can anyone help me for it?

Thanks
Scott
Bizpoint System Pte Ltd

Re: How to make a window be full screen?

Posted: Fri Aug 07, 2009 12:33 pm
by ConvertFromOldNGs
by Patwos >> Tue, 23 Mar 2004 5:52:31 GMT

Why not let JADE take care of this for you? Put the following line of code somewhere appropriate for your application requirements.

self.windowState := Form.WindowState_Maximized;

eg: You could put this into the "load" event for the form you want to open maximised.

Hope that helps,
Pat.