How to Remove Close button from a form's system menu in Visual Basic .NET

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