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.
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.