D
dcolak
I have a problem with Application.Idle event.
It's not being called when an application (Windows Forms) is without
focus.
If you pass with mouse over the application's form (without activating
it) Application.Idle *IS* being called.
No mouse over form and no focus -> no Application.Idle being called.
What should I do to make it work? :-|
Using .NET 2.0 framework.
It's not being called when an application (Windows Forms) is without
focus.
If you pass with mouse over the application's form (without activating
it) Application.Idle *IS* being called.
No mouse over form and no focus -> no Application.Idle being called.
What should I do to make it work? :-|
Using .NET 2.0 framework.