Hi,

I am a new user to VB.NET. In the past I never had trouble with creating a
windows form adding objects and then having it display the same size at run
time.

I have a form that is exactly the size I want it to be at run time however
it is about 20% shorter and 10% narrower at run time , which causes controls
not to show up, and some of them are stacking a little bit over each other.

How do I make my form appear exactly at run time as it is in design?

P.S: I think it might have something to do with the new feature of docking
objects to other controls(i.e. : panels) but I have'nt actively done this
knowingly on my part.


thanks

Chris

Re: windows form size at display time by Sijin

Sijin
Tue Nov 09 03:17:44 CST 2004

That has never happened with me, but you could try setting the minimum
size of the form to be whatever it is at design time and see if it helps.

Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph

Chris wrote:
> Hi,
>
> I am a new user to VB.NET. In the past I never had trouble with creating a
> windows form adding objects and then having it display the same size at run
> time.
>
> I have a form that is exactly the size I want it to be at run time however
> it is about 20% shorter and 10% narrower at run time , which causes controls
> not to show up, and some of them are stacking a little bit over each other.
>
> How do I make my form appear exactly at run time as it is in design?
>
> P.S: I think it might have something to do with the new feature of docking
> objects to other controls(i.e. : panels) but I have'nt actively done this
> knowingly on my part.
>
>
> thanks
>
> Chris