J
JezB
I have a windows form that paints part of the screen by going away to a web
service to get some information. However, the first time it tries this there
is a delay of a few seconds, preventing the user from interacting with the
form.
What I think I need to do is to create a new Thread for the webservice
lookup. How can I do this in such a way that I still have the form's Control
collection available for painting within the thread when the lookup has
returned data?
service to get some information. However, the first time it tries this there
is a delay of a few seconds, preventing the user from interacting with the
form.
What I think I need to do is to create a new Thread for the webservice
lookup. How can I do this in such a way that I still have the form's Control
collection available for painting within the thread when the lookup has
returned data?