asyncronous

A

Alambi

We are using asyncronous webservies but when use the result to update my textbox in a form frozen applicacion not allways. Anybody happen any similiar thing
thanks
 
P

Paul G. Tobey [eMVP]

You can't update the UI asynchronously in .NET CF. You need to use
Control.Invoke to synchronize before changing the UI (this has come up tons
in the past always resulting in an intermittently locked up application).

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top