RE: How to change windows form size
Hi.
I am having trouble setting the form size (either width or height) to a size other than maximum screen size (set by screen resolution). In my application, the form is opened in a panel as a child form in another form and I set formborderstyle property of the child form to "None".
I want to open a child form that is 800 x 1036 in the parent form with autoscrolling set to "on". When I changed the height of the child form to 1036, it automatically changes to 912 which is 12 over my screen height that is 900 pixels.
How can I set the form size to larger that screen resolution and use scroll bar in the parent form to scroll through the child form?
Any help is appreciated.
Thanks,
Amir
Hi.
I am having trouble setting the form size (either width or height) to a size other than maximum screen size (set by screen resolution). In my application, the form is opened in a panel as a child form in another form and I set formborderstyle property of the child form to "None".
I want to open a child form that is 800 x 1036 in the parent form with autoscrolling set to "on". When I changed the height of the child form to 1036, it automatically changes to 912 which is 12 over my screen height that is 900 pixels.
How can I set the form size to larger that screen resolution and use scroll bar in the parent form to scroll through the child form?
Any help is appreciated.
Thanks,
Amir