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
kzone
NA
7
0
ProcessInfo
Aug 12 2004 7:19 PM
Anyone know how to get the Full Path of a process in the Process List i Tried getting it's start info and .WorkingDirectory but it was all blank. Sample: Process[] xi= Process.GetProcessesByName(proc); ListViewItem fo = applist.Items.Add(xi[0].ProcessName.ToString()); string dir = xi[0].StartInfo.WorkingDirectory.ToString() + xi[0].ProcessName.ToString() + ".exe";
Reply
Answers (
1
)
Catch exception help please
Dock Property Not Visible in The Properties