Is there any way to hide (as apposed to simply disable) the maximise button
on a forms title bar?

I need to allow the user to minimise & close the form but not maximise it
and would prefer it to be hidden from view rather than greyed out.

Re: Hide forms maximise button by Man-wai

Man-wai
Tue Apr 03 21:17:10 CDT 2007

> I need to allow the user to minimise & close the form but not maximise it
> and would prefer it to be hidden from view rather than greyed out.

What version of Foxpro?

I saw a form.maxbutton property in VFP 9...

--
iTech Consulting Services Limited
Expert of ePOS solutions
Website: http://www.itech.com.hk (IE only)
Tel: (852)2325 3883 Fax: (852)2325 8288

Re: Hide forms maximise button by Andy

Andy
Wed Apr 04 12:57:16 CDT 2007

That only disables it - not hides it...

"Man-wai Chang" <toylet.toylet@gmail.com> wrote in message
news:OiZFg9ldHHA.5044@TK2MSFTNGP05.phx.gbl...
>> I need to allow the user to minimise & close the form but not maximise it
>> and would prefer it to be hidden from view rather than greyed out.
>
> What version of Foxpro?
>
> I saw a form.maxbutton property in VFP 9...
>
> --
> iTech Consulting Services Limited
> Expert of ePOS solutions
> Website: http://www.itech.com.hk (IE only)
> Tel: (852)2325 3883 Fax: (852)2325 8288



Re: Hide forms maximise button by Fred

Fred
Wed Apr 04 20:54:19 CDT 2007

The only way to remove it is to remove both the min and the max buttons.
You can't get rid of just one, you can only disable it that way.

--
Fred
Microsoft Visual FoxPro MVP


"Andy Trezise" <andy@20chr.freeserve.co.uk> wrote in message
news:OY8PvKudHHA.2128@TK2MSFTNGP04.phx.gbl...
> That only disables it - not hides it...
>
> "Man-wai Chang" <toylet.toylet@gmail.com> wrote in message
> news:OiZFg9ldHHA.5044@TK2MSFTNGP05.phx.gbl...
>>> I need to allow the user to minimise & close the form but not maximise
>>> it and would prefer it to be hidden from view rather than greyed out.
>>
>> What version of Foxpro?
>>
>> I saw a form.maxbutton property in VFP 9...
>>
>> --
>> iTech Consulting Services Limited
>> Expert of ePOS solutions
>> Website: http://www.itech.com.hk (IE only)
>> Tel: (852)2325 3883 Fax: (852)2325 8288
>
>