From: intelinside on
Hi,

in Windows Forms i have a threading.timer for do some ui stuff.

If i close this forms and the timer run a tick and release an
exception (ObjectDisposedException) this exception abort the other
thread with no influence in main thread.

In Compact Framework, if in another thread the timer release an
exception (ObjectDisposedException), this exception are released in
the main thread, why ?

The ThreadException are not egual in WF and CF ?

Thank for response(s)
 | 
Pages: 1
Prev: CE emulator?
Next: Customize webbrowser