Textbox with fixed size

  • Thread starter Thread starter Julian Hershel
  • Start date Start date
J

Julian Hershel

I am creating an user control containing a textbox and a button. I don't
want my users to resize the control. In VB6 I use the Size statement to
define a fixed size for my control. How do I do that in vb.net?

Thank you

Julian
 
Hi Julian,

You can set the
me.location
me.maximumsize
and the
me.minimumsize

I hope this helps?

Cor
 
Back
Top