Ive developed the VB6 application. Now I want to disable form change. I know that there is a Border style
property that changes to fixed single
, can do my job. But I want to collapse the button into my form. The Minimize button is only in "Sizable" mode. I changed the other MaxButton
property to false
. When I run my program, I can still resize the form.
Please tell me how to disable the form change.
source share