Click here to Skip to main content
Sign Up to vote bad
good
See more: WPFVB.NET
Hi all
 
Please tell me how to use the functionality of MDI parent and child form in wpf.
how to make a form child form to another form
 
Thank you
Posted 18-Jan-13 1:36am
Code-Hunt2.7K


2 solutions

Hi Sneh,
 
You must be knowing, MDI is NOT possible in WPF. You need to change the approach. And the best approach which I like is Tabbed approach(Like web browsers).
 
You can see the following link for start.
 
Tabbed MDI in WPF[^]
 
Good Luck
 
RKS
  Permalink  
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bAccounts.Click
       Accounts.TopLevel = False
       Server_Main_Window.Panel3.Controls.Add(Accounts)
       Accounts.Show()
       Accounts.BringToFront()
   End Sub
 

using panel is more easier...
  Permalink  

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

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Prasad_Kulkarni 407
1 Sergey Alexandrovich Kryukov 340
2 _Amy 338
3 Christian Graus 273
4 Rohan Leuva 250
0 Sergey Alexandrovich Kryukov 6,649
1 Prasad_Kulkarni 3,281
2 _Amy 3,065
3 OriginalGriff 2,989
4 CPallini 2,696


Advertise | Privacy | Mobile
Web02 | 2.6.130617.1 | Last Updated 23 Jan 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid