Re: Start Application after App.Exit() by Peter
Peter
Tue Oct 05 05:23:57 CDT 2004
Did you create any worker threads in your application which you have not
stopped? This is the most common cause of this behaviour because your app is
still loaded and Pocket PC won't allow multiple instances to run at once.
Peter
--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org
Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
"Konstantin Becker" <becker@disy.net> wrote in message
news:e9j9i9rqEHA.2764@TK2MSFTNGP11.phx.gbl...
> Hello NG,
> I write a small App for .net cf. If I close my app with App.Exit() or
> maimform.close(), then I cant start the app again. Can somebody tell me
> why I cant start the app again?
>
> Tanks in advance
>
>
> Konstantin Becker