If you want to view pdf files on a window in your PB app, use a web browser control:
http://www.topwizprogramming.com/freecode_webbrowser.html
If you use my control, this is all you need to show the file:
ole_web.of_Navigate(ls_filename)
If you want to view pdf files on a window in your PB app, use a web browser control:
http://www.topwizprogramming.com/freecode_webbrowser.html
If you use my control, this is all you need to show the file:
ole_web.of_Navigate(ls_filename)