Click here to Skip to main content
15,886,632 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please give me a solution as soon as possible.
Thanks in advance.
Posted
Comments
OriginalGriff 22-Feb-13 8:40am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Windows forms applications don't use Master Pages, or anything like them so I'm at a loss to see what you are trying to achieve here.
Use the "Improve question" widget to edit your question and provide better information.

Questions like this has already answered in cp.

Do not use MDI anymore. following link explains it why.

How to open a new form window within same window[^]
How to Create MDI Parent Window in WPF?[^]
 
Share this answer
 
Comments
raxhemanth 17-Jun-13 6:33am    
why this is happening to me?
MdiParent form is master page of windows form. You can create it by two ways:
1. Add MdiParentForm to your exiting windows application and edit it on your own requirement.
2. You can set a new windows form as your MdiParentForm by setting IsMdiContainer=true in the properties windows form.
 
Share this answer
 
v2
Comments
Jibesh 22-Feb-13 13:18pm    
do no use MDI. event Microsoft is not encouraging that and finally they removed this feature from WPF and maintaining only in Win Forms for backward compatibility.

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