I use the following code in a bas file I call CancelX.bas<br>
<br>
Private Declare Function GetSystemMenu Lib "USER32" _<br>
(ByVal hWnd As Long, ByVal bRevert As Long) As Long<br>
Private Declare Function RemoveMenu Lib "USER32" _<br>
(ByVal hMenu As Long, ByVal nPosition As Long, _<br>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.