all groups > dotnet faqs > november 2005 >
You're in the

dotnet faqs

group:

Help Required for Help Context Id !!!!!!


Help Required for Help Context Id !!!!!! SenthilVel
11/30/2005 12:00:00 AM
dotnet faqs:
In VB6 we use the property HELPCONTEXTID in order to assign the help id for
a control. Here in .NET we need to use HelpNavigator

through which we need to specify the TOPICID (equivalent to HELPCONTEXTID in
VB6). But TOPICID will be available only if we have

..NET framework 2.0 installed.

Question is, is there a way, having .NET framework 1.1 we can achieve the
implementation of HELPCONTEXTID?

Thanks

Senthil







Re: Help Required for Help Context Id !!!!!! Ken Halter
11/30/2005 8:44:24 AM
[quoted text, click to view]

There must be a way since this tool lists "Update Form controls with Help
Context Ids/Keywords and pop up
Help Builder context sensitively from within your development environment"
as one of its features.

West Wind HTML Help Builder
http://www.west-wind.com/wwHelp/#Features

There's a message board on that site that may help, if no one here knows off
hand.

--
Ken Halter - MS-MVP-VB (visiting from VB6 world) - http://www.vbsight.com
Please keep all discussions in the groups..

Re: Help Required for Help Context Id !!!!!! Ken Cox - Microsoft MVP
12/2/2005 10:13:08 PM
It was a bug in 1.1 that is fixed in 2.0. You have to use the actual value
(15) as shown in my blog entry:

http://weblogs.asp.net/kencox/archive/2004/09/12/228349.aspx

Ken
MVP [ASP.NET]

[quoted text, click to view]

Re: Help Required for Help Context Id !!!!!! SenthilVel
12/14/2005 4:39:42 PM
hi Ken

i saw your suggestion in your web page ..

can you let me know how can i pass or hardcore the value of the
helpcontextId to a *.chm file ??

Thanks
Senthil

[quoted text, click to view]

Re: Help Required for Help Context Id !!!!!! SenthilVel
12/14/2005 5:18:47 PM
Also in the example, in your web page you have provied the example on how
the help file is opened when we click on a seperate button..
can you let me know on how to trigger the hardcoded value when we click on
"f1" on the respective control??

Thanks
Senthil


[quoted text, click to view]

AddThis Social Bookmark Button