blah blah blah is here! blah blah » Close

1
votes
1 answers

Slow Exit

Greetings, I have written a screen saver in C#, and I have one particularly important user who experiences a small lag time while the screen saver exits. The exit routine is quite simple: [code] private void Finished() { if (Is ...

1
votes
1 answers

Closing Form1 with Program.cs

Hey, I've got no clue how i would go about closing down the whole program with program.cs, because i made keyboard hooks, and i want basically when i press sec to close the program, i already have the keyboard hooks and that, just I've got ...

Feedback