A
Academia
Application.UseWaitCursor Property
When this property is set to true, the UseWaitCursor property of all open
forms in the application will be set to true.
From what I see it actually applies only to the main thread where I have the
Application.UseWaitCursor=True and not to other threads in the application.
Is that what you'd expect?
This is what I see, except for one routine in which the wait cursor appears
in a thread the main thread started - rather than in the main thread where
Application.UseWaitCursor=True is executed.
Any ideas how that can happen?
Thanks
When this property is set to true, the UseWaitCursor property of all open
forms in the application will be set to true.
From what I see it actually applies only to the main thread where I have the
Application.UseWaitCursor=True and not to other threads in the application.
Is that what you'd expect?
This is what I see, except for one routine in which the wait cursor appears
in a thread the main thread started - rather than in the main thread where
Application.UseWaitCursor=True is executed.
Any ideas how that can happen?
Thanks