PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Jean-Pierre LEROY on July 20, 2007, 01:55:34 PM

Title: Is-it possible to create a maximized windows ?
Post by: Jean-Pierre LEROY on July 20, 2007, 01:55:34 PM
I would like to know how to create a maximized windows; do I have to put some code in the FORM1_WM_CREATE ( ) function ?

Thank you.
Jean-Pierre
Title: Re: Is-it possible to create a maximized windows ?
Post by: TechSupport on July 20, 2007, 02:13:26 PM
You can set the "ShowState" property value to "2 - Maximized"

You can use code in the WM_CREATE handler:

FF_Control_ShowState hWndForm, %SW_MAXIMIZE
- or -
ShowWindow hWndForm, %SW_MAXIMIZE