| Author: Abhay 05 Nov 2009 | Member Level: Diamond Points : 1 |
Hi
It's showing error there is no property AutoSize .Please check it and put the valid URL.
|
| Author: ABitSmart 05 Nov 2009 | Member Level: Diamond Points : 1 |
Huh?? What 'valid link' are you referring to ?
MSDN - http://msdn.microsoft.com/en-us/library/ system.windows.forms.label.autosize.aspx
|
| Author: Mohan 05 Nov 2009 | Member Level: Diamond Points : 1 |
you need to declare like this..
System.Windows.Forms.Label lbl = new System.Windows.Forms.Label();
|
| Author: Abhay 05 Nov 2009 | Member Level: Diamond Points : 1 |
I am asking about this link that you have provided
For more details, visit C#;Winforms;Textbox width;Dynamically set TextBox width
And there is no property found as Autosize for a label.
|
| Author: ABitSmart 05 Nov 2009 | Member Level: Diamond Points : 1 |
I have fixed the link. Check my first reply, it has a link to MSDN. Have you had a look at it ?
Pasting the link on this reply again, http://msdn.microsoft.com/en-us/library/ system.windows.forms.label.autosize.aspx
|