saphiroth Newbie
Joined: 16 Dec 2004 Posts: 2
|
Posted: Dec 16th, 2004 08:38 AM Post subject: open pdf within VB.NET |
|
|
Hi,
I have an Access database full of pdf inserted into the DB as OLE objects. I want to open want to retrieve the pdf and open it within VB.NET. I tried using the
Diagnostics.Process.Start("C:\7-4.pdf") command and it did work but in this case I wont be supplieng the path but the actuall pdf from Access db. How can I retrieve the pdf and open it using such a statement?
thanx |
|