473,396 Members | 1,921 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

HelpProvider - local .chm file, problems showing topic

Hello, need some help with "HelpProvider" in vb2005. I have made a .chm
file, and have a topic in there with TopicID called "Login". I have
tried for sometime to get (on f1) to launch the .chm file and show that
topic
The HelpNavigator enumeration is slightly confusing, I have used most
of the values in the enum alongside HelpKeyword value of "Login" but
always the topic doesnt show on f1.

Also I have searched google and the docs, they are not very helpful

Would appreciate any tips/help thankyou

Here is a screenshot that may help :

http://img309.imageshack.us/my.php?i...ormhelp8fl.png

Jan 20 '07 #1
2 5448
"aasif" <im************@yahoo.co.ukwrote in
news:11**********************@l53g2000cwa.googlegr oups.com:
Hello, need some help with "HelpProvider" in vb2005. I have made a .chm
file, and have a topic in there with TopicID called "Login". I have
tried for sometime to get (on f1) to launch the .chm file and show that
topic
The HelpNavigator enumeration is slightly confusing, I have used most
of the values in the enum alongside HelpKeyword value of "Login" but
always the topic doesnt show on f1.

Also I have searched google and the docs, they are not very helpful

Would appreciate any tips/help thankyou

Here is a screenshot that may help :

http://img309.imageshack.us/my.php?i...ormhelp8fl.png

You will need to make sure that the control with the HelpProvider link to
'Login' has the focus when you press F1.

And the settings for he control should be like:
Keyword - [subdir/]login.htm (ie the internal CHM path to the HTM file)
Navigator - Topic
Showhelp - True
Jan 22 '07 #2

aasif wrote:
Hello, need some help with "HelpProvider" in vb2005. I have made a .chm
file, and have a topic in there with TopicID called "Login". I have
tried for sometime to get (on f1) to launch the .chm file and show that
topic
The HelpNavigator enumeration is slightly confusing, I have used most
of the values in the enum alongside HelpKeyword value of "Login" but
always the topic doesnt show on f1.

Also I have searched google and the docs, they are not very helpful

Would appreciate any tips/help thankyou

Here is a screenshot that may help :

http://img309.imageshack.us/my.php?i...ormhelp8fl.png
There is a Help class, I don't know if you've tried it:

System.Windows.Forms.Help.ShowHelp(Me, "help docs/MyHelpFile.chm")

This procedure has a couple of overloads and might do what you want.
I could never get the HelpProvider objects working the way I wanted
either, but this method works fine today. Hope it helps. ;)

Jan 22 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Rob Oeffner | last post by:
Hi, This is not a solution in search of a problem but I think I found if not a bug then at least a serious deficiency in the HelpProvider class. I use it on a form in VB where I have assigned its...
0
by: Thomas | last post by:
I' currently writing documentation for one of our projects and I need to access the Context ID of a .chm file. My problem is that the .Net HelpProvider/HelpNavigator does not support access to the...
0
by: Yoshitha | last post by:
Hi, I want help regarding providing information about form and controls which are presented on the form. when ever user presses f1 if the form has focus then it has to provide information about...
0
by: trialproduct2004 | last post by:
Hi all I am having application with is using class helpprovider. This class is used for opening help file. I have chm file which i am displaying using helpprovider class. My problem is when i...
2
by: Marcel Brekelmans | last post by:
Hello, So far I have my .CHM file working with my application through a HelpProvider. But, I would like to display certain locations on a page immediately. For instance, I have a page...
2
by: Yoshitha | last post by:
I want help from u regarding providing information about form and controls which are presented on the form. when ever user presses f1 if the form has focus then it has to provide information about...
0
by: PromisedOyster | last post by:
I am experiencing some difficulties using the HelpProvider class. If I have the following code in the constructor of my form then the help string "Help Text" gets shown when I click the question...
1
by: Jason | last post by:
I have a windows application that has been developed in VB.NET 2003. As part of this application I have included a help (chm) file that can be called from the main application menu, or using F1 on...
0
by: Rick | last post by:
VS.2005 pro I have a helpprovider on a winform. The helpNamespace is set to the html help file. On a control I have helpkeyword set to "myAnchor" (no quotes) and the HelpNavigator set to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.