Hello.

It seems that in order to get the help (?) button to show in the top right
of a form, the minimum and maximum properties need to set to false. I would
like to have a help, minimise and exit button on my form. Is there any way
to do this?

Many thanks for your assistance.

Re: Show Help and Minimise and Exit by 11Oppidan

11Oppidan
Fri Feb 18 04:30:59 CST 2005

Sorry I forgot to add I am using VB .NET code in my app. Thanks

"11Oppidan" <11Oppidan@community.nospam> wrote in message
news:OYF9%23QaFFHA.3416@TK2MSFTNGP09.phx.gbl...
> Hello.
>
> It seems that in order to get the help (?) button to show in the top right
> of a form, the minimum and maximum properties need to set to false. I
> would like to have a help, minimise and exit button on my form. Is there
> any way to do this?
>
> Many thanks for your assistance.
>



Re: Show Help and Minimise and Exit by Herfried

Herfried
Fri Feb 18 08:43:58 CST 2005

"11Oppidan" <11Oppidan@community.nospam> schrieb:
> It seems that in order to get the help (?) button to show in the top right
> of a form, the minimum and maximum properties need to set to false. I
> would like to have a help, minimise and exit button on my form. Is there
> any way to do this?

What you want to archieve is not supported. Typically this is be done by
providing a "What's this?" menu command in the application's "Help" menu.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>


Re: Show Help and Minimise and Exit by v-jetan

v-jetan
Sun Feb 20 23:27:19 CST 2005

Hi 11Oppidan,

Thanks for your posting!!

Just as Herfried pointed out, this can not be implemented in Winform.
Actually, this is a limitation of Win32 code not the Winform, in win32, we
can not have a window with both help button and minimize/maximize buttons.
And the workaround is adding a help menu for the form.

Hope this information makes sense to you.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.