Things You'll Need:
- Microsoft Visual Studio 2005
-
Step 1
Create new projectCreate/Open a VB Windows Application Project within Microsoft Visual Studio 2005.
-
Step 2
Select the form that needs to have the Maximize, Minimize and Close buttons removed.
-
Step 3
Turn ControlBox offIn the Properties Window under Window Style, look for the ControlBox property. Change it's value to false.
-
Step 4
Run the VB Application to test the results.












