franklin gray [mailto:[EMAIL PROTECTED]] wrote:

> Just out of curiousity, does anybody use a different thread
> to retrieve data to populate a form besides me?  I like how
> it doesn't bogg down the UI thread and forms paint better,
> but it's a lot more work.  Just curious.

Sure... very common. Basically any app that communicates over the network
(i.e. quite common these days ;)) should use worker threads in order to keep
the UI responsive user input.

Later,
Drew

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to