hello everyone.
i have a problem with MDI parent.in my project there is parent form and child form. in my MDi parent form i had created fix layout panel where i want to show the other child form . but i dot no how to call child form on that fix MDI panel form
pritesh2010 30 Posting Whiz in Training
Recommended Answers
Jump to Posthello everyone.
i have a problem with MDI parent.in my project there is parent form and child form. in my MDi parent form i had created fix layout panel where i want to show the other child form . but i dot no how to call child …
Jump to PostAs I suspected before, it is all a matter of resizing code. You need to specify the size of the form as well as the position by using the following -
With Form2 .Height = xxxx .Width = xxxx .Top = xxxx
etc. Play around with resizing …
All 6 Replies
AndreRet 526 Senior Poster
vb5prgrmr 143 Posting Virtuoso
pritesh2010 30 Posting Whiz in Training
AndreRet 526 Senior Poster
pritesh2010 30 Posting Whiz in Training
labq5 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.