473,385 Members | 1,606 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

hide application in Pocket PC

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

Jan 3 '07 #1
1 1860
Hi,

"Daniel" <Da****************@gmail.comwrote in message
news:11**********************@h40g2000cwb.googlegr oups.com...
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?
It's possible to take a long time depending of how complex your main form
is, if you have a lot of controls it will take long.
There was a post a looooong time ago in the CF NG about how to change the
code generated by the designed to improve it, unfortunately you could not
use the designer after those changes.
2.
When I click on a close (x) application is hidden. And next time when
I click on exe files it starts very quickly.
It's not closed, it's just sent to the background, if you go to settings/
memory / running programs you will see it still running and can activate it
from there.
When I close application from my code: Application.Exit(); application
is also closed, but later it takes 5-6 seconds to start.
In this case you REALLY terminated the application :)
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.
Do not call Application.Exit , it's that simple :)
--
Ignacio Machin
machin AT laceupsolutions com
Jan 3 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: paul | last post by:
I have developed an application for pocket pc that requires multiple forms to be open at any one time. The user is able to flick from one to the other, making changes to each as and when necessary...
3
by: Michael | last post by:
Hi to all, I have a general question: is it possible, that I can't use DataGrid and the method SetDataBinding for an application running on a pocket pc? I used the same code (comming from...
1
by: M O J O | last post by:
Hi, I've developed a Windows VB.Net CRM application for my company. I need my own CRM application to be able to replicate it's calendar with my Pocket PC 2003 Outlook calendar. Understand...
1
by: Enver A | last post by:
Hey there ppl, I am using a 4 form based application in pocket Pc and i am having trouble hiding my forms.let me tell you like this... Form1 is my main form.... after selecting what to do it...
3
by: Daniel Liberman | last post by:
Hi, everyone. That's my environment: - I have a pocket pc (iPAQ h4350) application developed with VSNET2003/C# that has a SQL Server CE Database, running. That's working fine. Obs: the pocket...
0
by: timp | last post by:
Hi I am trying to request a web service from an IIS server via https within a pocket pc windows application. The IIS web service has been configured to use SSL. This web service is just a simple...
15
by: limeydrink | last post by:
Hi all, I want to create a mobile field worker data solution. Let me explain... I work for a company that has some software used by call takers to enter information into a database about...
0
by: polocar | last post by:
Hi all, I'm writing in Visual C# (of Visual Studio .NET 2003 Professional Edition package) a program that must run in a pocket PC (with Pocket PC 2002 installed), so when I created the project I...
0
by: mrajsenkumar | last post by:
Hi I am creating application in pocket pc 2003SE. I want retrive pocket pc contacts into my application. i am working in vs2005. i am new in pocket pc. so anybody help me. how to map outlook...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.