private void Form1_Load(object sender, EventArgs e)
{
Process myprocess = new Process();
myprocess.StartInfo.FileName = "Acrobat.exe";
myprocess.StartInfo.Arguments="/A \" page=2=OpenActions\"C:\\Users\\xxxx\\xxx.pdf";
myprocess.Start();
}
When i Run this program "The system cannot find the file specified" Can u please help me with that error?
Thanks
Salman BegPosted Dec 12, 2016, 10:45 AM
Salman BegPosted Dec 14, 2016, 12:08 PM
manikanta jaladiPosted Dec 14, 2016, 10:05 AM
Salman BegPosted Dec 12, 2016, 12:11 PM
manikanta jaladiPosted Dec 12, 2016, 12:00 PM