F
Frank Uray
Hi all
I have some trouble with Threading in Forms application.
- Standard System.Windows.Forms.Form
- OnShown I create a new thread
- in this new thread I create a new System.Timers.Timer
- On Timer.Elapsed I do some SQL database actions
There are no form invoke within the thread/timer
and also the form does nothing but always when
Timer.Elapsed the form is blocked ...
How can this be done ?? Do I have to create a AppDomain
get real MultiThreading ??
Thanks and best regards
Frank Uray
I have some trouble with Threading in Forms application.
- Standard System.Windows.Forms.Form
- OnShown I create a new thread
- in this new thread I create a new System.Timers.Timer
- On Timer.Elapsed I do some SQL database actions
There are no form invoke within the thread/timer
and also the form does nothing but always when
Timer.Elapsed the form is blocked ...
How can this be done ?? Do I have to create a AppDomain
get real MultiThreading ??
Thanks and best regards
Frank Uray