且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在vb.net中为用户创建一个不大的表单

更新时间:2023-02-25 11:28:13

一个快速的老板可以给你答案:

http://***.com/questions/5169131/c-making-a-form-non-resizable [ ^ ]



多多 here [ ^ ]
A quick earch sould give you the answer:
http://***.com/questions/5169131/c-making-a-form-non-resizable[^]

lots more here[^]


添加以下内容:

Add these:
SizeGripStyle = Hide
'FormBorderStyle = FixedSingle
'or
FormBorderStyle = FixedToolWindow