Hey gang ..
I need to direct my app to open a PDF stored on the web.
I can instantiate a browser and pass the URL - but that is really an extra step I'm hoping to avoid.
Is there a way I can pass the "default" PDF app the address and have it pick it up?
I COULD byte stream it down ... then could I "shell execute" the thing like in Windows?
Thanks for any help.
I need to direct my app to open a PDF stored on the web.
I can instantiate a browser and pass the URL - but that is really an extra step I'm hoping to avoid.
Is there a way I can pass the "default" PDF app the address and have it pick it up?
I COULD byte stream it down ... then could I "shell execute" the thing like in Windows?
Thanks for any help.