G
Gandalf
I thought this would be straightforward but it's not. How do I
programmatically reduce the width of a textbox by 20 pixels, say?
TextBox1.Width = TextBox1.Width - 20;
doesn't work.
Thanks in advance!
--
programmatically reduce the width of a textbox by 20 pixels, say?
TextBox1.Width = TextBox1.Width - 20;
doesn't work.
Thanks in advance!
--