|
-
Aug 19th, 2006, 12:05 PM
#1
Thread Starter
New Member
BackgroundWorker Implementation in CF 2.0
Hi everyone,
I need to use BackgroundWorker in a Smart Device application using .NET Compact Framework 2.0. The problem is that BackgroundWorker is not implemented on .NET CF 2.0 and I do not want to use any external assemblies in my project (such as OpenNetCF).
After some looking around I came across Daniel Moth's implementation of BackgroundWorker for .NET CF 1.0: http://www.danielmoth.com/Blog/2004/...for-cf-10.html
That code however does not compile on .NET CF 2.0, so my question is, is there another implemntation of BackgroundWorker for version 2.0 of the .NET CF?
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|