More than one MDI

jgat2011

Member
Joined
Jul 2, 2011
Messages
13
Location
Nairobi-Kenya
Programming Experience
1-3
Hi ,
I just wanted to know if it is possible to have more than one MDI in a VB.net application. Thank you in advance
 
Yes, you can have multiple MDI parent forms, but they can not be nested - that is, a MDI parent can not also be a MDI child.
 
Thank you JohnH. I am developping an application and it has three types of users which are Manager,Stock keeper and Ordere recorder. As you have just said, I can put an MDI for each type of user. Right?
 
Back
Top