|
-
Nov 28th, 2009, 01:49 PM
#1
Thread Starter
Fanatic Member
open chm file with expanded state
I want to open a chm file with expanded state.I opend my file but it collapse all.
-
Nov 28th, 2009, 07:45 PM
#2
Re: open chm file with expanded state
You can open up a specific topic using
hh.exe "C:\blah\filename.chm::/Root_Topic/Sub_Topic/topic9.htm"
hh.exe is what opens the CHM, the bit after the :: specifies where you want it to be open.
-
Nov 28th, 2009, 07:53 PM
#3
Re: open chm file with expanded state
Doesn't the Help.ShowHelp method let you do that too? I haven't used it much and not for a long time, but I think that's the case.
-
Nov 28th, 2009, 07:53 PM
#4
Thread Starter
Fanatic Member
Re: open chm file with expanded state
please guid me more clearly . Thánks
-
Nov 28th, 2009, 07:55 PM
#5
Thread Starter
Fanatic Member
Re: open chm file with expanded state
 Originally Posted by mendhak
You can open up a specific topic using
hh.exe "C:\blah\filename.chm::/Root_Topic/Sub_Topic/topic9.htm"
hh.exe is what opens the CHM, the bit after the :: specifies where you want it to be open.
I try your way but not work.
-
Nov 28th, 2009, 08:23 PM
#6
Re: open chm file with expanded state
@jmc: I haven't either, but I think that may be it. I don't know if it can open a CHM to a specific topic or not. http://www.helpware.net/mshelp2/demo2/h1xNET.htm
@manhit: Try the link. I was basing my answer for a Process.Start but it appears you could do a Help.ShowHelp.
@mendhak: Nice work.
-
Nov 29th, 2009, 10:20 AM
#7
Thread Starter
Fanatic Member
Re: open chm file with expanded state
OK, THANKS MENDHAK. I try noW
-
Nov 29th, 2009, 11:15 AM
#8
Thread Starter
Fanatic Member
Re: open chm file with expanded state
sorry, as last time. I used this but still not work :
PHP Code:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
HelpProvider1.HelpNamespace = "C:/Help.chm"
HelpProvider1.SetHelpNavigator(Button1, HelpNavigator.KeywordIndex)
HelpProvider1.SetHelpKeyword(Button1, "Nếu bạn muốn thêm ")
End Sub
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
|