Is-it possible to create a maximized windows ?

Started by Jean-Pierre LEROY, July 20, 2007, 01:55:34 PM

Previous topic - Next topic

Jean-Pierre LEROY

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

TechSupport

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