TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
manikanta jaladi
NA
70
17k
document not opening
Dec 12 2016 9:10 AM
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
Reply
Answers (
5
)
How to retrive data from database to Radiobutton ?
how to add new control(input or check) using angular script