|
-
Nov 14th, 2003, 09:36 AM
#1
Thread Starter
Fanatic Member
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
-
Nov 14th, 2003, 11:05 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|