Questions tagged [pausing-execution]

61 questions
-1
votes
1 answer

How to pause for user control in C#?

I made this little program while reading Head First C#. I'm trying to get the program to pause for the user to set the numericUpDown control for the level of difficulty. Here's the code... namespace WACK { public partial class Form1 : Form …
Delete Me
  • 31
  • 2
  • 12
1 2 3 4
5