A
Academia
Have a main thread with a form and it starts another thread with a form.
I set Application.UseWaitCursor property to True in the main thread.
Most of the time I see the wait cursor in the main thread only.
(There is one exception.)
I would think the documentation which says:
When this property is set to true, the UseWaitCursor property
of all open forms in the application will be set to true.
implies it should appear in all threads. I wonder if the word
"application" should really be "thread".
It would help getting my code to work OK if I knew how
Application.UseWaitCursor Property behaved for you.
Are all threads in an application affected.? Or only one?
Thanks
PS Asked this in another NG that usually answers but got no response, so I'm
guessing the answer isn't well known.
I set Application.UseWaitCursor property to True in the main thread.
Most of the time I see the wait cursor in the main thread only.
(There is one exception.)
I would think the documentation which says:
When this property is set to true, the UseWaitCursor property
of all open forms in the application will be set to true.
implies it should appear in all threads. I wonder if the word
"application" should really be "thread".
It would help getting my code to work OK if I knew how
Application.UseWaitCursor Property behaved for you.
Are all threads in an application affected.? Or only one?
Thanks
PS Asked this in another NG that usually answers but got no response, so I'm
guessing the answer isn't well known.