I'm currently using System.Diagnost ics.Process.Sta rt("..\Document s\sample.pdf") to open the document. It works great but in my program when I open up a document using the OpenDialog control it will break something.
After opening up a file using the OpenDialog control I try to open up the PDF but then the file cannot be found. I think current path changes... and is no longer in the directory I need it to be in.

How...