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
Eric Moreau - 14 Jun 2007 11:10 GMT
You have to inherit your own control from the base Label control and set the
Autosize property to False. Then in your project, you will need to use your
own new Label instead of the standard one.

Signature
HTH
Eric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc. (http://www.emoreau.com)
> Hello All,
>
[quoted text clipped - 5 lines]
>
> Thanks