CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    Gran Canaria
    Posts
    55

    Size of Dialog used as Child MDI Window

    I use a Dialog as a Child MDI Window, but the size of the Dialogbox
    isn't that, I defined with the resource editor. How can I set the initial
    size of it.


  2. #2
    Join Date
    Apr 1999
    Posts
    306

    Re: Size of Dialog used as Child MDI Window

    Try MoveWindow(x1,y1,x2,y2) in your InitialUpdate() or InitDialog()


  3. #3
    Join Date
    May 1999
    Location
    Gran Canaria
    Posts
    55

    Re: Size of Dialog used as Child MDI Window

    Hi..thank you for your help. My problem is, how can I get the initial size
    of the dialog box (as defined with resource editor). I want to see the box
    in it's original size. Now I see only a part of the dialog-box (with scroll-bars).
    Have I new calculate the size of the box?


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

Featured