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
Resmy Ravi
NA
128
0
to add executable file..
Jan 13 2010 2:41 AM
hi experts....
I have added an executable file in my project.i need to display the forms of that file with in my mdiform of my project..i have used this code to add the file
Process
p =
new
Process
();
p=
Process
.Start(
@"E:\RDAgent-VER1\RDAgent\bin\Debug\agent.exe"
);
p.CloseMainWindow();
but the problem is that ,the file is on the top of my mdiparent.I need to display it with in the mdiparent..
plz help me...
thanks in advance...
Reply
Answers (
1
)
To add ddl file
close cmd.exe in task manager from C# windows application