Wednesday, December 14, 2011
Opening a PDF File.
string path = Environment.CurrentDirectory + "\\" + UserMessageStrings.HelpFile;
Process.Start(path);
Process.Start(path);
Labels:
Windows.NET
Subscribe to:
Post Comments (Atom)
Coder in ASP.NET, JQUERY, C#.NET, JQuery.
Siva Shunmugam is a software Professional works for Effindi Technologies. He loves technology because it makes the life easy and likes socializing. By beeing a professional he comes to know about how the technology is beeing handled in the real time world. Among the many technological programes he uses and embraces SQL-SERVER, ASP.NET, JQUERY simply because he uses it in his profession.
This is a personal weblog. The opinions expressed here represent my own and not those of my employer. For accuracy and official reference refer to MSDN/ TechNet/ BOL. My employer do not endorse any tools, applications, books, or concepts mentioned on the blog. I have documented my personal experience on this blog.
Before I learned of this useful tip I was stuck opening Adobe Reader every time I was sent a pdf via email. Now I simply download the pdf, upload it to my webserver. I then open IE 7 and click a link to the pdf and it opens automatically.
ReplyDelete