No one knows why when I insert a toolbar and a rebar Active X ´Control on a MDIFORM dont make me anything, but when I insert those controls on a Standard Form it runs perfectly?
THANX
Printable View
No one knows why when I insert a toolbar and a rebar Active X ´Control on a MDIFORM dont make me anything, but when I insert those controls on a Standard Form it runs perfectly?
THANX
Try placing a Command Button on the MDIForm and it says, "Controls without the align property cannot be placed directly on the MDI form". Now place a Picturebox on the MDIForm and what does it say? Nothing. That is because only objects with an align property can go on the MDIForm and the Picturebox has an align property of 1-Top 2-Bottom 3-Left 4-Right. The 0-None property does not work, probably because you cannot place the controls where ever you want.
A Toolbar should be able to draw on the MDIForm without a container.