Re: BackgroundWorker in .NET CF 2.0
- From: "<ctacke/>" <ctacke[@]opennetcf[dot]com>
- Date: Sat, 9 Dec 2006 23:45:37 -0500
Create a thread. It's really not difficult. But there's also the SDF:
http://www.opennetcf.com/library/sdf/OpenNETCF.ComponentModel.BackgroundWorkerMembers.html
--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--
"davis" <davisford@xxxxxxxxx> wrote in message
news:1165721904.112835.165860@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi, I guess there is no BackgroundWorker in CF 2.0, but is there some
other easy way to launch a quick background thread task from the UI?
I have a debug console logger, and it takes a while to fire up and
connect to a remote TCP server...and when it starts up, it causes
program start lag.
I could --
a) Add a UI control to initialize it
b) Spawn a new Thread(ThreadStart(initLogger));
Is there a better way?
.
- Follow-Ups:
- Re: BackgroundWorker in .NET CF 2.0
- From: davis
- Re: BackgroundWorker in .NET CF 2.0
- References:
- BackgroundWorker in .NET CF 2.0
- From: davis
- BackgroundWorker in .NET CF 2.0
- Prev by Date: BackgroundWorker in .NET CF 2.0
- Next by Date: Re: BackgroundWorker in .NET CF 2.0
- Previous by thread: BackgroundWorker in .NET CF 2.0
- Next by thread: Re: BackgroundWorker in .NET CF 2.0
- Index(es):
Relevant Pages
|
Loading