Advertisement

06.25.2008 at 06:24AM PDT, ID: 23514336
[x]
Attachment Details

Opening a RoboHelp Help Manual Topic from VC 6.0 code

Asked by clintonJ in Microsoft Visual C++, Microsoft Visual C++.Net

Tags:

I have a VC 6.0 app.  From my app, I launch a Help Manual that was created in RoboHelp Classic.  I can successfully launch the Help Manual from my app, no problem.  I accomplish this with the following code:

CString s_FileName = ((CMyApp *) AfxGetApp())->GetProgramDirectory();
s_FileName += "MyHelpManual.HLP";
CString s_Temp = "winhlp32.exe ";
s_Temp += s_FileName;
WinExec(s_Temp,SW_SHOW);

What I'd like to also be able to do is lauch the help manual, but when programmatically make it open to a certain page in the help manual.  I want to do this on a button click on one of my dialogs.

Thanks ahead of time.Start Free Trial
[+][-]06.25.2008 at 06:30AM PDT, ID: 21865326

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Microsoft Visual C++, Microsoft Visual C++.Net
Tags: C++, RoboHelp
Sign Up Now!
Solution Provided By: alb66
Participating Experts: 1
Solution Grade: A
 
 
[+][-]06.25.2008 at 07:25AM PDT, ID: 21865925

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628