472,096 Members | 2,281 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,096 software developers and data experts.

MDI forms in Vb.net

pbala
37
In Vb we use MDI form for the menu Items.
Which is used in the Vb.net for the same as MDI form
Dec 17 '08 #1
2 4543
markmcgookin
648 Expert 512MB
Please be a little clearer about you question
Dec 18 '08 #2
rajujrk
107 100+
ya, we can create MDI form in vb.net

set the current form property isMDIContainer=True

then create another form name as Form2

Create a menustrip in the MDIform..

write the below code
Expand|Select|Wrap|Line Numbers
  1. dim frm as new Form2
  2. frm.MDIParent=me
  3. frm.show
  4.  
Thats all..
Feb 2 '09 #3

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

3 posts views Thread by Joshua Russell | last post: by
15 posts views Thread by Joshua Kendall | last post: by
3 posts views Thread by Lloyd Sheen | last post: by
3 posts views Thread by Geraldine Hobley | last post: by
21 posts views Thread by Dan Tallent | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.