"What's This" implementation via menu

  • Thread starter Thread starter Bill J
  • Start date Start date
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.
 
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.
======================================================
 
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.
======================================================
 
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.
======================================================
 
Back
Top