Results 1 to 4 of 4

Thread: cascading forms

  1. #1

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075

    cascading forms

    I have a MDI application and would like to cascade all the children forms. I'm using:

    VB Code:
    1. Me.LayoutMdi(MdiLayout.Cascade)

    but I have to place this code after any event that opens a form. Is there a easier way to cascade all forms that are opened?

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Re: cascading forms

    This example has more than that !
    Attached Files Attached Files

  3. #3

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075
    hey pirate...thanks...another question, is there a way to stop the froms from all being the same size or do I have to code the size of each form?

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by EyeTalion
    hey pirate...thanks...another question, is there a way to stop the froms from all being the same size or do I have to code the size of each form?
    Well , I'm not sure but you try sizing each form in Property Window or add some code in each form's load event .

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