|
-
May 16th, 2003, 02:56 AM
#1
Thread Starter
Member
Close application/program with C#
How to close application/program with c#?
-
May 17th, 2003, 11:04 AM
#2
Thread Starter
Member
anyone?
-
May 19th, 2003, 04:48 AM
#3
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
May 19th, 2003, 05:17 AM
#4
Thread Starter
Member
-
May 19th, 2003, 08:03 AM
#5
yay gay
hmm maybe set a flag in the Main() method and when the flag is false just make a return;
\m/  \m/
-
May 19th, 2003, 11:48 AM
#6
You mean to detect another app and kill it?
Or do you simply want to close your app?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
May 19th, 2003, 12:15 PM
#7
Thread Starter
Member
other applications.
like to control the whole windows environment with c#---close any kinds of applications, call explorer...etc
-
May 19th, 2003, 12:36 PM
#8
I don't think this is possible with only the framework.
Anyway, look at everything concerning the System.Diagnostics.Process class, it might be interesting.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|