Form's Borderstyle

  • Thread starter Thread starter TerryW
  • Start date Start date
T

TerryW

I am new to dotNet and haven't figured out how to make a form's
border not sizeable ( i want to make it fixed.)

TIA

TerryW
 
Terry,
I am new to dotNet and haven't figured out how to make a form's
border not sizeable ( i want to make it fixed.)

FormBorderStyle = FormBorderStyle.FixedSingle



Mattias
 
* TerryW said:
I am new to dotNet and haven't figured out how to make a form's
border not sizeable ( i want to make it fixed.)

Set the form's 'FormBorderStyle' property to one of the 'Fixed*'
constants.
 
Set FormBorderStyle property to any of the 'fixed*' members in
FormBorderStyle enumeration.

"TerryW @vbssys.com>" <prog<NOSPAM> wrote in message
I am new to dotNet and haven't figured out how to make a form's
border not sizeable ( i want to make it fixed.)

TIA

TerryW
 

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