المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Opening a file



C# Programming
07-28-2009, 06:00 PM
How can I open *.pdf file, that is in my bin/debug directory. I tried with Process.Start("MyFile.pdf") but it didn' t find it. I need the path to be this on every PC my program runs so I suppose don' t need to describe the exact path in my system (C:/docs/myproject... etc.). Thanks!

"Good artists copy, great artists steal."