|
-
Oct 27th, 2000, 05:22 AM
#1
Thread Starter
New Member
Dear friends,
pls. help me out with this problem.
I want to integrate whats this help with my application, but it is creating a hell lot of problems using html help workshop and vb 6. I have done following.
I created this header file with name cxthelp.h
#define IDH_WTWINTYPE 1000
#define IDH_WTGENADD 1001
#define IDH_WTGENREMOVE 1002
#define IDH_WTGENTITLEBAR 1003
#define IDH_WTBUTHIDE 1004
then a topic file wintype.txt
.topic IDH_WTWINTYPE
Lists the window types
.topic IDH_WTGENADD
Click to add a new window type
.topic IDH_WTGENREMOVE
Click to remove the window typoe
.topic IDH_WTGENTITLEBAR
tYpe the words
.topic IDH_WTBUTHIDE
Type yoru nanme here for the button.
Now i have added this both files in the text popup section of HtmlHelpAPi section in html help workshop. Also in the map section i have added the above header file. Now as per msdn everything is ok. my help file is generated with the name FirstHelp.Chm. Now i have mapped this help file in the vb's project properties and also i have set the whats this help button to true and also whats this help to true (form properties). Now i have set the whats this help context id for 5 text boxes to 1000 to 1004. But when i press F1 or when i click on the text box using ? it says
cannot open the file d:\satinder\practise\FirstHelp.Chm .
Its is very URGENT. Pls. help me out.
With Warm Regards,
Satinder.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|