|
-
Aug 23rd, 2000, 09:21 AM
#1
Thread Starter
Lively Member
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
-
Aug 23rd, 2000, 01:35 PM
#2
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.
-
Aug 23rd, 2000, 01:37 PM
#3
A Toolbar should be able to draw on the MDIForm without a container.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|