| Friedrich Kriesmann 2004-04-27, 11:38 am |
|
"Friedrich Kriesmann" <FKriesmann@Primary-Germany.de> wrote in message
news:c6lsk4$o4$1@news.dbase.com...
> Hi,
> when I start my application - at first the _app.frameWin.windowState
> is set to 2 (maximized) and the maximize-button in the
> capture bar is disabled (using winattr32.cc from the dUFLP). This works.
>
> Double clicking on the capture bar the _app.frameWin
> resizes to a normal-state. How can I "ask" _app.frameWin
> NOT to do this and remain maximized?
>
> Currently I correct resp. check for this by:
>
> if _app.frameWin.windowState = 0
> _app.frameWin.windowState = 2
> endif
>
> in the onOpen- and onGotFocus-Events of the base-form
> on which all other forms are based.
>
>
> Thanks for your help.
> Friedrich
>
>
|