Thanks very much.
-Alex
>.
>
Thanks very much, Alex.
"Alex Yakhnin" <a.yakhni...@att.net> wrote in message
news:575701c201a2$22ba7550$9ee62ecf@tkmsftngxa05...
http://www.gotdotnet.com/team/netcf/FAQ.aspx
"...Q: How do you make calls to Windows Forms objects from
an arbitrary thread
safe way?
A: Control.Invoke allows marshalling of method invokes
from the calling
thread to the thread that owns the control. Control.Invoke
is not supported
in the Beta, but will be supported in the final product.
..."
-Alex
>.
>
"Alex Yakhnin" <a.yakhn...@att.net> wrote in message
news:63d801c201bc$d93517d0$9ae62ecf@tkmsftngxa02...
Thanks very much.
"Lily Chang" <lch...@teltier.com> wrote in message
news:u7uIqGcACHA.992@tkmsftngp02...
- Worker thread does something and needs to
update the UI. It raises an event that the UI handles.
- No UI elements can be updated since we are not
on the UI thread. Instead, the worker thread sets
data in a shared class / structure and returns.
- The UI has a timer and it detects the data has been
updated. It processes the data and can update UI
elements since it's on it's own thread.
- I use some sync objects to control access to the
shared data.
--
ralph arvesen
"Lily Chang" <lch...@teltier.com> wrote in message
news:eu97fzmACHA.1916@tkmsftngp04...
Ben Albahari,
Program Manager,
NET Compact Framework Team
For the most up to date information about frequent user issues, check out
http://www.gotdotnet.com/team/netcf/FAQ.aspx
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Reply-To: "Lily Chang" <lch...@teltier.com>
From: "Lily Chang" <lch...@teltier.com>
Subject: Control.Invoke
Date: Wed, 22 May 2002 10:44:09 -0400
Lines: 13
Organization: Teltier Technologies
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-ID: <eYBZaAaACHA.2104@tkmsftngp02>
Newsgroups: microsoft.public.dotnet.framework.compactframework
NNTP-Posting-Host: 65.202.44.138
Path: cpmsftngxa07!tkmsftngxs02!cpmsftngxa10!tkmsftngp01!tkmsftngp02
Xref: cpmsftngxa07 microsoft.public.dotnet.framework.compactframework:3398
X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
"Ralph Arvesen" <for_em...@springholler.com> wrote in message
news:#RT7ePnACHA.2196@tkmsftngp04...
Control.Invoke will certainly be in the V1.0 release of the compact
framework. Thanks for your patience.
Seth Demsey
Program Manager
.Net Compact Framework