"What's This" implementation via menu

B

Bill J

For a VB.NET 2003 standard Windows MDI application, is there a way of
implementing the "What's This" functionality through the applications main
Help menu? All forms in the application have a HelpProvider. The forms do
not have the 'HelpButton' property enabled because they are not dialogs.

Thanks.
 
G

Gary Chang[MSFT]

Hi Bill,

Based on my understanding, you need the "What's This" function to your
application's forms. But you do not want to apply the Help Button to them.
Please let me know if I have misunderstood anything.

If so, I am afraid such feature hasn't been provided by the .NET framework.
You need to implement it by yourself. The general convention is to provide
a "what's this?" help item in the form control's context menu.

Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Community Support
======================================================
PLEASE NOTE the newsgroup SECURE CODE and PASSWORD will be updated at 9:00
AM PST, February 14, 2006. Please complete a re-registration process by
entering the secure code mmpng06 when prompted. Once you have entered the
secure code mmpng06, you will be able to update your profile and access the
partner newsgroups.
======================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
 
B

Bill J

Hi Gary,

Yes, that is what I want to implement. Thanks for your feedback. Now I
know not to hunt for the feature in .NET :)

Bill

Hi Bill,

Based on my understanding, you need the "What's This" function to your
application's forms. But you do not want to apply the Help Button to them.
Please let me know if I have misunderstood anything.

If so, I am afraid such feature hasn't been provided by the .NET framework.
You need to implement it by yourself. The general convention is to provide
a "what's this?" help item in the form control's context menu.

Thanks for your understanding!

Best regards,

Gary Chang
Microsoft Community Support
======================================================
PLEASE NOTE the newsgroup SECURE CODE and PASSWORD will be updated at 9:00
AM PST, February 14, 2006. Please complete a re-registration process by
entering the secure code mmpng06 when prompted. Once you have entered the
secure code mmpng06, you will be able to update your profile and access the
partner newsgroups.
======================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
 
G

Gary Chang[MSFT]

You are welcome, Bill. :)

Good Luck!

Best regards,

Gary Chang
Microsoft Community Support
======================================================
PLEASE NOTE the newsgroup SECURE CODE and PASSWORD will be updated at 9:00
AM PST, February 14, 2006. Please complete a re-registration process by
entering the secure code mmpng06 when prompted. Once you have entered the
secure code mmpng06, you will be able to update your profile and access the
partner newsgroups.
======================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top