Re: BackgroundWorker in .NET CF 2.0



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?



.



Relevant Pages

  • Re: Monitor.Wait Workaround
    ... I'm using SDF version 2.0.0.0 Runtime Version v2.0.50727 ... You're looking in the OpenNETCF.THreading namespace? ... Chris Tacke ... Managed Code in the Embedded World ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: OpenNETCF 2.0 signature control has disappeard?
    ... The control is still there, it just didn't get designer support in SDF 2.0. ... Chris Tacke ... Managed Code in the Embedded World ... OpenNETCF 2.0 and everything is fine but... ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Send CapsLock Key to Textbox
    ... It's not a visible character, ... it to any control. ... Chris Tacke ... Managed Code in the Embedded World ...
    (microsoft.public.pocketpc.developer)
  • Re: Can someone save my project?
    ... CF and desktop control creation is not the same. ... Chris Tacke ... Managed Code in the Embedded World ... one form project and one class project with bar control that ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: about control panel configuration
    ... Chris Tacke ... Managed Code in the Embedded World ... change wallpaper instantly just like change it in control panel.Is it ...
    (microsoft.public.windowsce.platbuilder)

Loading