TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
pasan herath
NA
21
28.1k
Show help document in .chm file
Oct 14 2013 3:26 AM
private void btnhelp_Click(object sender, EventArgs e)
{
Help.ShowHelp(this, "file://e:\\Testchm\\
test1.chm
");
}
I have created a
test1.chm
file.I can show this help file using above code.
But you can see there is topics as a tree view.
I need,When I click my button i need to focus one of topic in my help file.
as example button1 click then i need to show
Getting Started -> Getting help
.
How I set this path to my button
Help.ShowHelp(this, "file://e:\\Testchm\\test1.chm");
Please help.This is very useful for finish my system.
Reply
Answers (
1
)
how to access sql all operation using c# language?
Android application using c#