Codes for Opening PDF files

K

K. Krishnamoorthy

Hello: I have developed a dialog based application (like PC
Calculator), and the helps are written in PDF files.. I would like to
add codes in

void bindble::OnHelpButton()
{
}

so that a user can open PDF help files by clicking on <Help> button...
Any help on this will be highly appreciated...

Sincerely,

K. Krishnamoorthy
 
P

Phlip

K. Krishnamoorthy said:
Hello: I have developed a dialog based application (like PC
Calculator), and the helps are written in PDF files.. I would like to
add codes in

void bindble::OnHelpButton()
{
}

so that a user can open PDF help files by clicking on <Help> button...
Any help on this will be highly appreciated...

Under MS Windows...

system ("start myDoc.pdf");

But rest assured your customers would prefer integrated context sensitive
help, and not a PDF file that they will realize they could have opened
themselves.

But the solutions for all these problems work in most languages, so use
http://groups.google.com to find the newsgroups best suited to answer them.
 
K

kanad

K. Krishnamoorthy said:
Hello: I have developed a dialog based application (like PC
Calculator), and the helps are written in PDF files.. I would like to
add codes in

void bindble::OnHelpButton()
{
}

so that a user can open PDF help files by clicking on <Help> button...
Any help on this will be highly appreciated...

Sincerely,

K. Krishnamoorthy

This is off-topic
in c++ try
system("<path to acroread or whatever> <file.pdf>");

On windows check shellexecute or createprocess api
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,427
Latest member
HildredDic

Latest Threads

Top