I have this for creating a path as a sub from where I'm installed at.

string Dir = "Bulletin\\Technical\\";
myProcess.StartInfo.FileName = Dir+whereIbe+".pdf";
myProcess.StartInfo.WindowStyle = ProcessWindowStyle.Maximized;

myProcess.Start();

I don't seem to find my pdf files anymore?  When I was in dev mode I needed 
"..\\..\\Bulletin\\Technical\\";

Because my exe was located in bin\(debug/Release)\

Stephen Russell
S.R. & Associates
Memphis, TN 38115

901.246-0159 



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Microsofts_C_Sharp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to