Results 1 to 5 of 5

Thread: Design time form Height

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    76
    create a MDIform Test(
    Height = 1000
    width = 2000)


    Create a form TestChild(Property MDICHIld=TRUE)
    set Height = 3000
    width = 5000

    MDIForm is the main form
    call the child form from MDIFORM
    set x as new TestChild
    x.show

    In the TestCHild Load event put this code
    MSgbox me.height

    see the value i want it to be 3000.
    I cant hardcode it

  2. #2
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670
    You'll probably have to set the MDI Child's borderstyle to fixed single - I think.

    'Buzby'
    Visual Basic Developer
    "I'm moving to Theory. Everything works there."

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    76
    Hi

    Thanks for replying.
    But i still cant dictate what the user wants to do. Because i need to give some flexing on the grid i need the form design properties - in C++ i know there is something called PreCreateWindow where u can get all design time properties

    Thanks

    Satish


  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    76

    Urgent Design time form Height

    Just see the whole thread u will understand i hope

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    76
    Hasnt any one got this problem yet

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