Monday, April 03, 2006

Work related

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

No comments: