Prev: Alternative source / resolution to the same exception/similar scenario...
Next: Same problem when timezone is changed outside the application
From: Martin M on 10 Apr 2010 12:15 Hello, I want to hide my form (there is only one in the program) and for this I found I should use this.Hide (); because it is called from inside the Form-class. Now I debugged it with the result that the program is closed after this line and there is a statement "The thread 0x3510436 has exited with code 0 (0x0)" in the Debug output. What can I do? (using winCE 6.0 and CF2.0 and C#) Thank you for any help Martin |