Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Prevent Child Form Resizing
Message
From
19/11/2010 11:04:37
 
 
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
C# 4.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Miscellaneous
Thread ID:
01489767
Message ID:
01489790
Views:
27
I was mistaken. When the child form is first initialized the height and width are correct. When the frm_srch_Load method is called the height and width are larger. Something is happening to the child form in between the form initializing and the form load. I tried putting the code you provided in the frm_srch_load method and still have the same results.

public frm_srch()
Form is correct height and width

private void frm_srch_Load(object sender, EventArgs e)
Form is larger than values set at design time.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform