I have html and pdf data that I want to store in an access database as either OLE objects or attachments. I would like to be able to use the WebBrowser control to display the content of these files on a form. However, the only way this seems doable is to save a file to disk and then open it in the browser control based on its saved location. This is a very hackneyed solution.
Does anybody know of a better way of accomplishing this?
Thank you so much.
Does anybody know of a better way of accomplishing this?
Thank you so much.