Hello All,
As we known, in Visual Stdio 2003 or 2005, the property of Autosize is set
to True by defaut, how can I customize this and set property of Autosize to
False?
Any ideas?
Thanks
Jeff Hopper - 14 Jun 2007 14:02 GMT
You can set the property in the form designer. Or in some appropriate event
like Form_Load:
label1.AutoSize = false; //C#
Label1.AutoSize = False 'VB
> Hello All,
>
[quoted text clipped - 5 lines]
>
> Thanks