Click here to Skip to main content
15,889,874 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear everyone,
I am working on Project with window phone 7.
And i am wonder how to make a new form as we make new form in window form.
In window form, we have:
C#
form1  a=new form1(); 
a.show();

But in window phone 7, Could we do it???
if someone know, please teach me.
Thank alot.
Posted

1 solution

MSDN:

Windows Phone applications are based on a Silverlight page model where users can navigate forward through different screens of content. The following topics provide an overview of this model and describe how to implement navigation. Also, they provide guidance and steps for handling orientation changes programmatically.

Have a look at:
Frame and Page Navigation for Windows Phone[^]
How to: Perform Page Navigation on Windows Phone[^]

Best regards
Espen Harlinn
 
Share this answer
 
Comments
[no name] 22-Apr-12 7:27am    
5
Espen Harlinn 22-Apr-12 7:30am    
Thanks Wes :-D
Nelek 22-Apr-12 18:37pm    
The OP wrote a solution to tell you:
Thank alot.
You helped me alot.
Thank you very much.^^
VJ Reddy 22-Apr-12 20:21pm    
Good references. +5
Espen Harlinn 23-Apr-12 3:45am    
Thanks VJ :-D

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