I have sort of a strange problem that I have yet to uncover the cause
of...

If a user attempts to stop my application from the Memory>Running
Programs control panel applet, the following screen appears:

This program is not responding. It may be busy, waiting for a response
from you, or it may have stopped running.

Tap cancel to ignore...

To close program immediately, tap End Task.

Anyone have any thoughts as to why

Re: Stop Program from Running Programs by Ginny

Ginny
Fri Dec 19 09:40:26 CST 2003

What is your app doing when this happens?
--
Ginny Caughey
.Net Compact Framework MVP

"obiwan1130" <jeremymartinson@hotmail.com> wrote in message
news:50dfbf4.0312190726.734ca11f@posting.google.com...
> I have sort of a strange problem that I have yet to uncover the cause
> of...
>
> If a user attempts to stop my application from the Memory>Running
> Programs control panel applet, the following screen appears:
>
> This program is not responding. It may be busy, waiting for a response
> from you, or it may have stopped running.
>
> Tap cancel to ignore...
>
> To close program immediately, tap End Task.
>
> Anyone have any thoughts as to why



Re: Stop Program from Running Programs by Geoff

Geoff
Fri Dec 19 11:42:09 CST 2003

It sounds like you are in a loop and not processing events at that time, is
that possible? If you are then you will want to add an
Application.DoEvents() to the loop or re-architect how it works.

--
Geoff Schwab
Program Manager
Excell Data Corporation
http://msdn.com/mobility
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.aspx

This posting is provided "AS IS" with no warranties, and confers no rights.
"obiwan1130" <jeremymartinson@hotmail.com> wrote in message
news:50dfbf4.0312190726.734ca11f@posting.google.com...
> I have sort of a strange problem that I have yet to uncover the cause
> of...
>
> If a user attempts to stop my application from the Memory>Running
> Programs control panel applet, the following screen appears:
>
> This program is not responding. It may be busy, waiting for a response
> from you, or it may have stopped running.
>
> Tap cancel to ignore...
>
> To close program immediately, tap End Task.
>
> Anyone have any thoughts as to why



RE: Stop Program from Running Programs by katies

katies
Mon Dec 29 18:24:10 CST 2003

Hi,

Is the form you are attempting to close a modal dialog (shown via