T
Tsviatko Yovtchev
I am using the
Cursor.Current=Cursors.WaitCursor;
statement in my GUI thread to show the busy cursor. Then I am starting a
worker thread to fill a TreeView control from a database.
At the moment my worker thread starts the busy cursor, although
displayed, does not prevent the application controls from reacting to
user input. Moreover, oftentimes the busy cursor simply vanishes once
the worker thread starts.
I cannot find a reasonable explanation for this behavior. Help? Anyone?
Cursor.Current=Cursors.WaitCursor;
statement in my GUI thread to show the busy cursor. Then I am starting a
worker thread to fill a TreeView control from a database.
At the moment my worker thread starts the busy cursor, although
displayed, does not prevent the application controls from reacting to
user input. Moreover, oftentimes the busy cursor simply vanishes once
the worker thread starts.
I cannot find a reasonable explanation for this behavior. Help? Anyone?