Results 1 to 3 of 3

Thread: Guru Help

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    México, D.F.
    Posts
    64

    Red face

    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

  2. #2
    Guest
    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.

  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width