M
Magne Ryholt
I have a multithreaded application on iPAQ 5550 with CF 1.0 SP2.
Using Invoke on a control (from another thread than the one which created
the control) to let UI thread do the visual updating.
The Invoke cannot take parameters (CF limitation).
This is working fine if I run the same exe file on my XP machine, but on the
iPAQ I get the exception "ArgumentException".
Is this a bug in CF or do I use it wrong way ? (note that it is working on
XP)
By the way, anyone knows how to Invoke properties on a control (to let the
UI thread set the property) ?
Using Invoke on a control (from another thread than the one which created
the control) to let UI thread do the visual updating.
The Invoke cannot take parameters (CF limitation).
This is working fine if I run the same exe file on my XP machine, but on the
iPAQ I get the exception "ArgumentException".
Is this a bug in CF or do I use it wrong way ? (note that it is working on
XP)
By the way, anyone knows how to Invoke properties on a control (to let the
UI thread set the property) ?