Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Show Help and Minimise and Exit

326 views
Skip to first unread message

11Oppidan

unread,
Feb 18, 2005, 5:26:02 AM2/18/05
to
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.


11Oppidan

unread,
Feb 18, 2005, 5:30:59 AM2/18/05
to
Sorry I forgot to add I am using VB .NET code in my app. Thanks

"11Oppidan" <11Op...@community.nospam> wrote in message
news:OYF9%23QaFF...@TK2MSFTNGP09.phx.gbl...

Herfried K. Wagner [MVP]

unread,
Feb 18, 2005, 9:43:58 AM2/18/05
to
"11Oppidan" <11Op...@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/>

Jeffrey Tan[MSFT]

unread,
Feb 21, 2005, 12:27:19 AM2/21/05
to
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.

0 new messages