P
Patrick
Hello,
I have a Fade-In window in my application, that is created in a
seperate Thread.
When a certain Event occurs I create a delegate in my Program which
calls a method in my Fade In window.
This method disables a few buttons and sets some variables and then
sets a Timer control to Enabled with an Intervall of 3000.
In the Tick Event of this Timer there is simply the command "Close();"
to close the FadeIn window.
The Tick method however is never called, so the FadeIn never closes,
though the button properties and variables are all set correctly.
Where is the problem here?
TIA,
Patrick
I have a Fade-In window in my application, that is created in a
seperate Thread.
When a certain Event occurs I create a delegate in my Program which
calls a method in my Fade In window.
This method disables a few buttons and sets some variables and then
sets a Timer control to Enabled with an Intervall of 3000.
In the Tick Event of this Timer there is simply the command "Close();"
to close the FadeIn window.
The Tick method however is never called, so the FadeIn never closes,
though the button properties and variables are all set correctly.
Where is the problem here?
TIA,
Patrick