473,654 Members | 3,239 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Open a specific page in a help file

MM
Hello,

Can anyone help me with this:

I would like to use a help functionality in my program, in such way that a
specific page (or topic) in the help file (a standard Windows .hlp file) is
opened directly without me having to type in the topic or search word by
hand.

In other words, can I access a specific page in a .hlp file?

Best regards and thanks in advance,

MM
Jul 22 '05 #1
5 1627
MM <do*******@yaho o.se> spoke thus:
I would like to use a help functionality in my program, in such way that a
specific page (or topic) in the help file (a standard Windows .hlp file) is
opened directly without me having to type in the topic or search word by
hand. In other words, can I access a specific page in a .hlp file?


Your post is off-topic for comp.lang.c++. Please visit

http://www.slack.net/~shiva/welcome.txt
http://www.parashift.com/c++-faq-lite/

for posting guidelines and frequently asked questions. Thank you.

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cybers pace.org | don't, I need to know. Flames welcome.
Jul 22 '05 #2
MM

"Christophe r Benson-Manica" <at***@nospam.c yberspace.org> wrote in message
news:cf******** **@chessie.cirr .com...
MM <do*******@yaho o.se> spoke thus:
I would like to use a help functionality in my program, in such way that a specific page (or topic) in the help file (a standard Windows .hlp file) is opened directly without me having to type in the topic or search word by
hand.

In other words, can I access a specific page in a .hlp file?


Your post is off-topic for comp.lang.c++. Please visit

http://www.slack.net/~shiva/welcome.txt
http://www.parashift.com/c++-faq-lite/

for posting guidelines and frequently asked questions. Thank you.


Christopher,

Why is this off-topic, when I want to implement this "help-functionality" in
a C++ program?

Regards,

MM
Jul 22 '05 #3
>
Christopher,

Why is this off-topic, when I want to implement this "help-functionality" in
a C++ program?


The Microsoft Windows "help-functionality" isn't a standard, or related
in any way to the C++ language. I'd recommend searching for "WinHelp" on
MSDN (http://msdn.microsoft.com/). http://www.codeguru.com/ is usually
helpful for samples, too. But this newsgroup won't be.
Good luck.
Jul 22 '05 #4
MM wrote:

"Christophe r Benson-Manica" <at***@nospam.c yberspace.org> wrote in message
news:cf******** **@chessie.cirr .com...
MM <do*******@yaho o.se> spoke thus:
I would like to use a help functionality in my program, in such way that a specific page (or topic) in the help file (a standard Windows .hlp file) is opened directly without me having to type in the topic or search word by
hand.

In other words, can I access a specific page in a .hlp file?


Your post is off-topic for comp.lang.c++. Please visit

http://www.slack.net/~shiva/welcome.txt
http://www.parashift.com/c++-faq-lite/

for posting guidelines and frequently asked questions. Thank you.


Christopher,

Why is this off-topic, when I want to implement this "help-functionality" in
a C++ program?


Because it is not a C++ problem as such. You would have the exactly same
problem if you'd be programming in Pascal or any other language. Your problem
is about interacting with a particular library specific to the Windows
operating system.

--
Karl Heinz Buchegger
kb******@gascad .at
Jul 22 '05 #5
MM

"Karl Heinz Buchegger" <kb******@gasca d.at> wrote in message
news:41******** *******@gascad. at...
MM wrote:

"Christophe r Benson-Manica" <at***@nospam.c yberspace.org> wrote in message news:cf******** **@chessie.cirr .com...
MM <do*******@yaho o.se> spoke thus:

> I would like to use a help functionality in my program, in such way that
a
> specific page (or topic) in the help file (a standard Windows .hlp
file) is
> opened directly without me having to type in the topic or search
word by > hand.

> In other words, can I access a specific page in a .hlp file?

Your post is off-topic for comp.lang.c++. Please visit

http://www.slack.net/~shiva/welcome.txt
http://www.parashift.com/c++-faq-lite/

for posting guidelines and frequently asked questions. Thank you.
Christopher,

Why is this off-topic, when I want to implement this

"help-functionality" in a C++ program?


Because it is not a C++ problem as such. You would have the exactly same
problem if you'd be programming in Pascal or any other language. Your

problem is about interacting with a particular library specific to the Windows
operating system.


Ok, I understand. I will have a look at the sites recommended.

MM
Jul 22 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
1966
by: bruce stockwell | last post by:
Using 'self' in classes seems pretty straight forward. My curiosity is why I have to use it. Shouldn't it be implied? If I create an instance of 'human' called 'bruce' and call the method 'blink' why do I have to pass bruce into the method e.g. class human: ...code def blink(self,times): for i in range(times): if self.eye_is_closed:
1
3928
by: ck388 | last post by:
I am trying to open a frameset in a new window......where the frame called "main" shows the file called customerGeneral.aspx. I can't get it to work though...i always get something like frames.main.location is null....seems like the frameset is not loaded before wnd.frames.location.replace(URL) is called. If i add an alert("TEST") between the window open and the frame replacement....then it works. The alert("TEST") seems to ensure that...
2
1503
by: Horness | last post by:
Hi All, We're in the process of re-writing the Intranet at work, and my javascript knowledge could be written on the back of a post card. ;-) Can any of you point me in the direction of some code that would enable a form to open a specific pdf file? Details are below. -------------------- All of our purchase orders are saved back to pdf files. Each pdf has the
13
3207
by: puzzlecracker | last post by:
I would like to find out why exactly I wasn't able to open or execute the file.... how is it done in c++? ifsteam in("somefile"); if(!in) //why?
1
6937
by: eel3720 | last post by:
Greetings: I have a converted Access 2000 database that got replaced not converted to a Access 2003 Database file. Now the reports in Access 2003 Database will not open. I tried removing Access 2003 and then loading Access 2000. In Access 2000 it allows me to open the reports but it will not allow me to create a new report.
6
1272
by: LU | last post by:
I open new project from web (Created from another computer). I add new web form to project, build/rebuild etc and I get Parse error below. (If I change codebehind = to src=) it works. How do I get it to complie ? What setting should I look into? Server Error in '/census' Application -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a...
2
3710
by: Xero | last post by:
hello. how do i configure HelpProvider to open a specific page in a help file (*.chm)? thanks. -- Xero http://www.chezjeff.net
6
3619
by: Brad | last post by:
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a list of all of my webs, however if I attempt to open a site under and web other than localhost I receive the message: "Unable to open the Web 'http://localhost/anywebappname'. The Web 'http://localhost/anywebappname' does not exist" Obviously...
7
4003
by: Peter | last post by:
ASP.NET 2.0 I am trying to open a Word document and Excel document from a dialog web page, what's the best way to do that? I have tried the following: Response.Clear(); Response.AddHeader("Content-Disposition", "attachment; filename=" + file.Name);
0
8379
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8816
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8494
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7309
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4297
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2719
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1924
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.