开发者

asynchronous loading content in windows mobile 6.5 in c#

开发者 https://www.devze.com 2023-02-08 22:37 出处:网络
hey guys i am downloading data from url by make http request and then displaying data on mobile but as data is huge it 开发者_如何转开发takes lot of time to load the page so do you have solution for i

hey guys i am downloading data from url by make http request and then displaying data on mobile but as data is huge it 开发者_如何转开发takes lot of time to load the page so do you have solution for it or you know how to asynchronous loading content in windows mobile 6.5 in c# with example if any.........................


Download the data on a background thread. When downloading is complete either use an event to notify the UI that the data is ready or call a method that updates the UI (via Control.Invoke).

0

精彩评论

暂无评论...
验证码 换一张
取 消