Updating form controls from a worker thread ?

O

Ole

In VS2003 and CF1 it was not possible to update form controls from a worker
thread without having to create a delegate and so on - how is it in VS2005
and CF2 ?

Thanks
Ole
 
G

Guest

Why would that have changed? It's not just the CF - the same rule applies
in the full framework and native C development too, desktop or Windows CE.

-Chris
 
O

Ole

I mean Form.BeginInvoke and Form.EndInvoke was not supported in CF1 - what
about CF2

Thanks
Ole
 

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