How to open PDF file programmatically in windows c#.Net
Solution 1
Use Process.Start()
Solution 2
host the web browser control in the C# application and
load this .pdf file into the browser control.
Note:
I haven't tried solution 2
Monday, April 03, 2006
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment