VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

cHaNgE SyStEm MeNu

tektus  (3 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

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..

Rate cHaNgE SyStEm MeNu (6(6 Vote))

Download cHaNgE SyStEm MeNu

cHaNgE SyStEm MeNu Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters