How to handle Idle loop processing for windows CE application
C#
3
Posts
3
Posters
0
Views
1
Watching
-
I want to write application which will run on Windows CE & I want to use Idle processing but I am not able to handle Idle processing for windows CE application i.e I can not handle Application.Idle event. How to do that.
thanks
-
I want to write application which will run on Windows CE & I want to use Idle processing but I am not able to handle Idle processing for windows CE application i.e I can not handle Application.Idle event. How to do that.
thanks
saksp wrote:
I can not handle Application.Idle event.
Why not? You have posted this question before and if you do not give any more information, most usefully the section of your code which fails to do what you think it should, then it is unlikely that anyone will be able to help you. Alan.