CF 2 Threading

  • Thread starter Thread starter Harry Simpson
  • Start date Start date
H

Harry Simpson

Been reading the Mobile Dev Handbook book and they go through the whole line
of gotchyas about threading and then mention the BackgroundWorker class that
Moth wrote/embellished that wraps all the checks - I looked at it and the
blog stuff says "for CF 1.0" etc but other places acts like it'd work with
CF2 - question is - do those of you using threads use this 2004 dll from
Moth or is there a better mousetrap out since that was introduced?

TIA
Harry
 
It's still perfectly valid for CF 2.0 or 3.5 (though I'll admit that since I
fully understand threading already I don't use the BackgroundWorker on the
desktop or CF).
 
Hi Harry

As per my response to your direct email, the version from my blog still
works, but for the latest and polished for v2.0 please see the one I wrote
for SDF v2.0 from OpenNETCF.

Cheers
Daniel
 
Thnks Daniel
I'll use it!

Harry

Daniel Moth said:
Hi Harry

As per my response to your direct email, the version from my blog still
works, but for the latest and polished for v2.0 please see the one I wrote
for SDF v2.0 from OpenNETCF.

Cheers
Daniel
 

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

Back
Top