Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have created a simple mobile application.

In this i created a new form with a button and a label.

My problem is that my form appeared when deploying is done and if i clicked any option on emulator then my form disappears and i am not able to find it again in emulator menu.

Will you please guide me how to find our designed form in emulator menu or how to add our designed form in existing menu.


If anybody not clear with my question please feel free to tell, i will repeat it again .


Thank you
Posted
Comments
Sergey Alexandrovich Kryukov 17-May-11 19:09pm    
Vivek, maybe it was unintended, but your last sentence "will repeat" was a pretty rude joke.
Did you even notice that? :-)
--SA
Vivek Deshmukh 18-May-11 2:04am    
hi SAKryukov,
I agreed with your comment but many times it happens that you know the answer but not able to understand the question, that's why i wrote that there.

Anyways I got my questions answer.
Sergey Alexandrovich Kryukov 18-May-11 2:56am    
Didn't you understand my point? If mean you say "will repeat", not "will explain in more detail". Picture a person who understand the text only if it's written ***twice***. This is a standard "politically incorrect" joke:
-- And remember, I'm from ... [a country or place or ethnicity named].
-- OK then, I'll speak slowly and repeat twice.
:-)
--SA
Vivek Deshmukh 18-May-11 3:22am    
hey SA,

I will keep in mind from next time while adding my question.

sorry for this.

thanks for your time.

1 solution

You should be able to find it quite easily:

1) Start Menu...Settings
2) "System" tab
3) "Memory"
4) "Running Programs" tab
5) Select your form name, and click on "Activate"

You may be able to cut out some of these steps via "Today...Memory" but depends on how you have configured the emulator.



"OriginalGriff,
Will you have any idea about how could i upload this form in my mobile devise ?
Please guide me."


You need to create a deployment project:
1) Right click your solution in the Solution Explorer.
2) Select Add...New Project
3) Open "Other project types" on the tree view
4) Select "Setup and Deployment"
5) From the list on the right, select "Smart Device CAB Project"
6) Give it a sensible name, and press OK.
7) Follow instructions from there!

This will create the CAB file you need to install your form, along with the .NETCE framework required.
 
Share this answer
 
v2
Comments
Vivek Deshmukh 18-May-11 1:58am    
Hey OriginalGriff,

Its realy working...

Thanks for your time and consideration.
Vivek Deshmukh 18-May-11 1:59am    
OriginalGriff,

Will you have any idea about how could i upload this form in my mobile devise ?

Please guide me.
OriginalGriff 18-May-11 3:14am    
Answer updated
Vivek Deshmukh 18-May-11 3:24am    
thanks Griff....
I opened my project,right click on solution explorer but no option for add new project.

Would i need o install .NETCE framework first ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900