README.md
December 4, 2022 ยท View on GitHub
Description
Removes Size item from a form's system menu.
So that resizable form can't be resized.
It is a better methode than using in the Form_Resize event;
if me.width < 2000 then Me.width = 2000 etc..
You can remove other items to change the behaviour of the form completely..
More Info
| Submitted On | 2003-03-19 04:00:04 |
| By | tektus |
| Level | Intermediate |
| User Rating | 3.8 (19 globes from 5 users) |
| Compatibility | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Windows API Call/ Explanation |
| World | Visual Basic |
| Archive File | __cHaNgE_S1561643192003.zip |