That's not possible from an OS perspective. Not in managed or native code.
Not in Windows or CE (or Linux or anything else). Each process gets its own
primary thread that the scheduler manages.
Why not tell us what you're trying to achieve, rather than how you think you
should go about it? You want app A to wait for App B to finish before
continuing maybe?

Signature
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
> Hi All,
>
[quoted text clipped - 7 lines]
> Thanks,
> ink
ink - 10 Aug 2007 14:15 GMT
Hi,
Thanks for getting back to me.
This is what i am trying to achieve but on a windows mobile device.
http://msdn.microsoft.com/msdnmag/issues/03/01/UITestAutomation/default.aspx
Thanks,
ink
> That's not possible from an OS perspective. Not in managed or native
> code. Not in Windows or CE (or Linux or anything else). Each process gets
[quoted text clipped - 15 lines]
>> Thanks,
>> ink
<ctacke/> - 10 Aug 2007 14:46 GMT
And what part isn't working for you? Reflection exists in the CF.

Signature
Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
> Hi,
>
[quoted text clipped - 25 lines]
>>> Thanks,
>>> ink
ink - 10 Aug 2007 18:20 GMT
The load button keeps throwing an error.
i think it is to do with the fact that the Program Class is static and the
Main method is also Static.
In the example on the website the developer is using VS2003 so the
Application.Run is infact in the First screen that loads up but in VS2005
there is a new layout and the example does not port simply.
This is the first time i think i have used reflection so i don't have a
fantastic understanding of how this is working.
I have managed to with some tinkering get the application i am trying to
debug to flash on screen just before both applications crash.
i do know that when i run it on the desktop it works no problem. But when i
port it to CF2.0 it crashes on the Application.Run line.
thanks,
ink
> And what part isn't working for you? Reflection exists in the CF.
>
[quoted text clipped - 27 lines]
>>>> Thanks,
>>>> ink