D
Daniel
Hallo,
I'd like to hide application in Pocket PC. My application is written in
C# 2.0 for WM 5.0. I have some questions:
1. When it starts in takes about 5-6 seconds. The whole application
consists of 5-6 forms so it's rather small. Is it possible to speed it
up? Or is it normal time for C# application?
2.
When I click on a close (x) application is hidden. And next time when
I click on exe files it starts very quickly.
When I close application from my code: Application.Exit(); application
is also closed, but later it takes 5-6 seconds to start.
My question is, how to hide application in the same way as it is done
when I click close (x) on a main form?
I just want my application put into memory and let in be there. when it
is nessery let it just show data.
Regards,
Daniel
I'd like to hide application in Pocket PC. My application is written in
C# 2.0 for WM 5.0. I have some questions:
1. When it starts in takes about 5-6 seconds. The whole application
consists of 5-6 forms so it's rather small. Is it possible to speed it
up? Or is it normal time for C# application?
2.
When I click on a close (x) application is hidden. And next time when
I click on exe files it starts very quickly.
When I close application from my code: Application.Exit(); application
is also closed, but later it takes 5-6 seconds to start.
My question is, how to hide application in the same way as it is done
when I click close (x) on a main form?
I just want my application put into memory and let in be there. when it
is nessery let it just show data.
Regards,
Daniel