Hello,
I am making a simple program using if else and jumps loop, but i wanted it to say if quit, then say good bye and in a few seconds close the command prompt, but every time i hit quit it closes right away, is there a code where it would be... console.writeline ("good bye"); then it would count down (the count down does not have to show) within a few seconds or whatever then close the program?
C# ending a program
Started by Siten0308, Jul 24 2008 11:52 AM
3 replies to this topic
#1
Posted 24 July 2008 - 11:52 AM
|
|
|
#2
Posted 24 July 2008 - 11:59 AM
#3
Posted 24 July 2008 - 12:21 PM
That's how I'd do it;)
#4
Posted 24 July 2008 - 12:39 PM
THATS IT thanks !! now i am going to post my little easy tutorial goto/if else/jump loop program in tutorial with the System.Threading.Thread.Sleep(3000); thing you added.


Sign In
Create Account


Back to top









