Hello all,
I recently added PDF support to one of my apps. I've included the PDF.OCX file in my distribution file. If you have Adobe Reader installed when you fire up my app, all is great. However, if AR isn't installed, all kinds of errors. Since I have the PDF.OCX control in my program, is there a way that you can set it so it doesn't load at all ? or even better, detect if Adobe Reader is installed, then enable the control ?
This way I can set the value of it to "disabled" (because it fires up ACORD32.EXE when you start the VB app) and no errors will popup, then the user can enable the PDF support if they want.
Make any sense ?
Thanks,