Results 1 to 2 of 2

Thread: MDIChild Form resize

  1. #1

    Thread Starter
    Fanatic Member pvbangera's Avatar
    Join Date
    Sep 2001
    Location
    Mumbai, India
    Posts
    961

    Question MDIChild Form resize

    I have developed an MDI Interface application in VB .Net. Whenever I load a MDIChild form (with fixed border), it gets resized automatically. All the MDIChild forms loaded, are changed to same size.

    Can anyone tell me why this happens?

    Regards,

    Prakash

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758
    It is the default behaviour of an MDI application. The only way I know of to fix the problem is to call the Form.Move method in the Form_Load event (at least in VB6).

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