C
creamy
Hello, everyone. I'm kinda new to VB.NET and i haven't used an MDI
container before. I create a form and want to call it on load of the
MDI container. i do this:
dim childObj as new CreatedForm()
childObj.MdiParent = Me
childObj.show()
it doesn't show the created form at all. Please i need help 'cos it is
baffling how it doesn't display as a child.
Thanks for your anticipated response.
container before. I create a form and want to call it on load of the
MDI container. i do this:
dim childObj as new CreatedForm()
childObj.MdiParent = Me
childObj.show()
it doesn't show the created form at all. Please i need help 'cos it is
baffling how it doesn't display as a child.
Thanks for your anticipated response.