Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi, I am using Visual Studio 2005 . I want to resize controls at runtime in C#. Please help me! Thank you
In case the control is button , this.button1.Size = new Size(Width, High);
I want to resize controls like the way in Design View of C#. That's all. Thank you