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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top