![]() |
View CHM file in application |
Post Reply
|
| Author | |
ContactGT
Newbie
Joined: 30 October 2006 Status: Offline Points: 28 |
Post Options
Thanks(0)
Quote Reply
Topic: View CHM file in applicationPosted: 13 November 2006 at 6:54am |
|
Is there a way (any ToolkitPro class) to display a CHM file as a view in a Dockable Pane, rather than having a help system open as a separate window?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 November 2006 at 10:26am |
|
Hello, Try to show it using CHtmlView class.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
ContactGT
Newbie
Joined: 30 October 2006 Status: Offline Points: 28 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 November 2006 at 12:21pm |
|
Thanks. I have tried using a CHtmlView derived class, but when I Navigate2(filename), it opens a file download dialog box. I have also tried using a CXTHtmlView class, but it does the same - I don't want to download the file, I want to view it in the view.
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 13 November 2006 at 1:46pm |
|
Hello,
try
Navigate2(_T("mk:@MSITStore:c:\\HelpContext.chm::/main_index.htm"), NULL, NULL);
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
ContactGT
Newbie
Joined: 30 October 2006 Status: Offline Points: 28 |
Post Options
Thanks(0)
Quote Reply
Posted: 16 November 2006 at 11:31am |
|
Thanks - that has opened the CHM file in my window, but only the right hand side is visible - the left hand side is just white space. What do I have to do to get the left hand side of the CHM file to show (the table of contents/index/search).
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 16 November 2006 at 1:21pm |
|
Hello, I don't think it is possible.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |