CF 1 / C# how to invoke with arguments?

J

James levertopf

Hello

Can anyone give me an example with CF 1 / C#, how I can invoke with
arguments?

I can do it in CF 2.0, but not in CF 1

Thanks
 
C

Chris Tacke, MVP

Invoke what? You mean call Control.Invoke? The only option is to pass an
EventArgs. It's all that is supported.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
 
J

Jamal

Chris Tacke is correct.
Invocation some method with parameters on another thread is not supported.
You can do only different workarrounds
 

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