PC Review


Reply
Thread Tools Rate Thread

How to add context-sensitive help for controls?

 
 
Yash
Guest
Posts: n/a
 
      19th Sep 2008
Is it possible to display context-sensitive help from a .chm or .hlp
file on a .NET win forms application?

We want to associate UI controls with placeholders from the chm or hlp
file so that if a user invokes the "help" button and then clicks on a
control, the help specific to the control is displayed in a floating
rectangle.

Does .NET provide built-in support for this?
HelpProvider opens the CHM file. Instead I want to show the help
associated with the control like a tooltip. The help text will not be
hardcode in
the program but will come from an existing CHM/HLP file.
I should be able to do something like
ContextHelp.AddHelp(txtBox1,4000) where 4000 is the ID of some help
text present in the CHM or HLP file.

Thanks,
Yash
 
Reply With Quote
 
 
 
 
Jibesh
Guest
Posts: n/a
 
      4th Oct 2008
Yash,

try this link and scroll to last part it will answer all your queries

http://functionx.com/vcsharp2003/topics/onlinehelp.htm

Thanks
Jibesh

"Yash" <(E-Mail Removed)> wrote in message
news:764089b8-b612-4edf-8ffb-(E-Mail Removed)...
> Is it possible to display context-sensitive help from a .chm or .hlp
> file on a .NET win forms application?
>
> We want to associate UI controls with placeholders from the chm or hlp
> file so that if a user invokes the "help" button and then clicks on a
> control, the help specific to the control is displayed in a floating
> rectangle.
>
> Does .NET provide built-in support for this?
> HelpProvider opens the CHM file. Instead I want to show the help
> associated with the control like a tooltip. The help text will not be
> hardcode in
> the program but will come from an existing CHM/HLP file.
> I should be able to do something like
> ContextHelp.AddHelp(txtBox1,4000) where 4000 is the ID of some help
> text present in the CHM or HLP file.
>
> Thanks,
> Yash



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Context-Sensitive Help Risky Dave Microsoft Excel Programming 2 10th Mar 2009 03:28 PM
How to add context-sensitive help for controls? Yash Microsoft Dot NET Framework 1 4th Oct 2008 09:36 PM
Context-sensitive help for controls Yash Microsoft Dot NET Framework Forms 2 17th Sep 2008 09:12 AM
Context Sensitive Help Racer57 Microsoft Access Getting Started 3 6th Feb 2004 02:44 PM
Context menus and treeviews, suggestions for a NODE sensitive context menu Eric Newton Microsoft Dot NET Framework Forms 4 13th Jan 2004 09:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:38 PM.