How to Remove Close button from a form's system menu in Visual Basic .NET
Submitted by Walterjnr1 on Monday, August 11, 2014 - 16:13.
It is obvious that Visual Basic doesn't have a built-in way to manipulate the system menu that appears when you click the upper left corner of a form, but it's not too hard to use API functions to remove some or all of those buttons.
This example uses the following Imports statement:
Imports System.Runtime.InteropServices
From Walter , +2348067361023.
For more tutorial and free research project topics/thesis, visit www.leastpayproject.com or Email = [email protected]
Add new comment
- 21 views