i want to add child forms in mdi parent form and i done this but the problem is :

i have an picture box in the top of MDI form and now here i want is that the child form should load after that picture box and this does not .
So , How can i do this ?

dim a as new form
a = form1
a.mdiparent = me
a.show()

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.