Updating form controls from a worker thread ?

  • Thread starter Thread starter Ole
  • Start date Start date
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
 
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
 
I mean Form.BeginInvoke and Form.EndInvoke was not supported in CF1 - what
about CF2

Thanks
Ole
 
Back
Top