donnacha Posted August 8, 2003 Posted August 8, 2003 Hi folks, I am trying to find a way to load pdf files in a windows app, similarly to how one loads an rtf file to a richtextbox. Does anybody know if it is possible todo this. Quote Hamlet
*Experts* mutant Posted August 8, 2003 *Experts* Posted August 8, 2003 Adobe Acrobat Reader comes with an ActiveX control you can put on your form. If you have it, go to your toolbar, Add\Remove Components, then COM components and then look for a name that starts with Adobe. Quote
donnacha Posted August 12, 2003 Author Posted August 12, 2003 Thanks mutant, that worked fine, although I had to remove some IDE added instructions to get it to load the file. CType(Me.AxPdf1, System.ComponentModel.ISupportInitialize).BeginInit() & CType(Me.AxPdf1, System.ComponentModel.ISupportInitialize).EndInit() Quote Hamlet
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.