netcf application hang during deactivation?

C

Craig Setera

(apologies for cross post from Smartphone newsgroup)

My .Net CF 1.0 application appears to hang when deactivated and an
attempt is made to bring it to the front. Any ideas what I might be
doing wrong? Is there a good example somewhere on how the "lifecycle"
of a .Net CF application works as well as best practices for handling
backgrounding and returning to the foreground?

Thanks,
Craig
 
G

Guest

Do you have anything in your Form's event handlers that might affect this
(like for Activate)?


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
C

Craig Setera

At this point, I don't have any activate or deactivate handlers on my
primary form.
 
J

James Caan

Do you have threads that might try to update the Controls? If yes you might
use me.invoke before...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top