Advertisement
kshadow22

Form In Form Visual Basic

Jun 30th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Form2.Show()
  2.         Form2.MdiParent = Me
  3.  
  4. Click Form1 and scroll donw to "IsMdiContainer" Then switch it to true.Switch the 2
  5. to the number of the for to make it show, put this code under a button or menustrip
  6. or whatever to make it open the form you want.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement