Mdi Child Form Resize

  • Thread starter Thread starter Rohan Fernandes via .NET 247
  • Start date Start date
R

Rohan Fernandes via .NET 247

Hi
I am new to VB.net. I have developed a application using the MDIParent -MDI Child Concept. My problem is the MDI Child formworks fine on all systems accept on 1 Client. The form showssmaller to the size of other clients, resulting in hiding ofsome controls on the clients. Since I have set FormBoderStyle toNONE the user is not able to resize. What could be the problem.Please Help.
Thank you
 
Hi,

Did you try setting the forms minimumsize yet? The other option is
to set the autoscroll property to true. This will add scrollbars to the form
if some of the controls are outside the visible area.

Ken
-------------------------------------
Hi
I am new to VB.net. I have developed a application using the MDI Parent -MDI
Child Concept. My problem is the MDI Child form works fine on all systems
accept on 1 Client. The form shows smaller to the size of other clients,
resulting in hiding of some controls on the clients. Since I have set
FormBoderStyle to NONE the user is not able to resize. What could be the
problem. Please Help.
Thank you
 
Ken,

* "Ken Tucker said:
Did you try setting the forms minimumsize yet?

Note that this will only work in .NET 1.1 for MDI children.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top