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
sangmesh sangulage
NA
49
0
How to run exe on server
Dec 14 2011 12:53 AM
Hi friends,
I want to run exe on server but it is running in background.it is not showing me the exe on desktop i want to show my exe on desktop.
I am writing on web page lode
ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.FileName = "Myapplication.exe";
startInfo.WindowStyle = ProcessWindowStyle.maximized;
Process process = new Process();
process.StartInfo = startInfo;
process.Start();
Please let me know how can i do it.
Reply
Answers (
1
)
Handle textbox and listbox combination
Modelpoup is not shown in IE7 but works fine in chrome