MDI Form?

  • Thread starter Thread starter Larry Dodd
  • Start date Start date
L

Larry Dodd

I would like to create an application that has a TreeView docked on the Left
side of the form and based on what the user clicks in the Treeview have
another form use the remaining portion of the screen to display itself.
Currently I am setting the Parent property of the form to the MDI Parent and
it loads ok. The only problem that I have is that the icon for the form show
up in the Mainform even if I set the FormBorderStyle of the child to None.
Can anyone tell me that best way to accomplish what I am trying to do.
 
do this
control box = false
form's caption = ""
i think this will work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top