Tuesday, September 20, 2011

How do you make a form unsizable on Visual Basic 2008?

This might be a stupid question but I thought it would be changing Locked to True on properties but apparently not I guess.

Anyone want to give me a hand? I'm pretty sure this is one of the easiest things but I just dont know how to do it LOL
How do you make a form unsizable on Visual Basic 2008?
Set FormBorderProperties to Fixed, and set MaximizeBox to False
How do you make a form unsizable on Visual Basic 2008?
There should be a resize value for the form. Just change it from True to False.
In the form properties, set FormBorderStyle to one of the Fixed values. You probably want FixedDialog.



You should probably also set MaximizeBox to false.
  • database
  • software
  •