Jul 7, 2004 #1 Wings Programmer Feb 14, 2002 247 US Hello, Does anyone know how I can open a pdf and word document with borland c++ 5 builder? Thanks
Jul 7, 2004 #2 onrdbandit Programmer Mar 12, 2003 145 US Howdy, I am not sure, as I have never tried it, but you could try to import the Adobe PDF ActiveX control into a project to view pdf's. It may not work like you want, but it is an idea... Good luck~ No! Try not. Do, or do not. There is no try. - Yoda Upvote 0 Downvote
Howdy, I am not sure, as I have never tried it, but you could try to import the Adobe PDF ActiveX control into a project to view pdf's. It may not work like you want, but it is an idea... Good luck~ No! Try not. Do, or do not. There is no try. - Yoda
Jul 8, 2004 #3 2ffat Programmer Oct 23, 1998 4,811 US Wings, [tab]Do want to open the .pdf or .doc in a program with the linked app, i.e., you program calls Word to open .doc and Reader to open .pdf? James P. Cottingham There's no place like 127.0.0.1. There's no place like 127.0.0.1. Upvote 0 Downvote
Wings, [tab]Do want to open the .pdf or .doc in a program with the linked app, i.e., you program calls Word to open .doc and Reader to open .pdf? James P. Cottingham There's no place like 127.0.0.1. There's no place like 127.0.0.1.
Jul 8, 2004 Thread starter #4 Wings Programmer Feb 14, 2002 247 US 2ffat, Yes that is exactly what I want. If it is a word document, I want to open word and the document, the same for the pdf file. Thanks Upvote 0 Downvote
2ffat, Yes that is exactly what I want. If it is a word document, I want to open word and the document, the same for the pdf file. Thanks
Jul 8, 2004 #5 2ffat Programmer Oct 23, 1998 4,811 US Look at faq101-1952 (ShellExecute), faq101-1953 (ShellExecuteX), and faq101-1954 (CreateProcess). James P. Cottingham There's no place like 127.0.0.1. There's no place like 127.0.0.1. Upvote 0 Downvote
Look at faq101-1952 (ShellExecute), faq101-1953 (ShellExecuteX), and faq101-1954 (CreateProcess). James P. Cottingham There's no place like 127.0.0.1. There's no place like 127.0.0.1.