VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Disables the X in the window

Deano Splamoni  (15 Submissions)   Miscellaneous   VB 6.0   Unknown Difficulty   Mon 7th June 2004   Mon 8th February 2021

Disables the X in the window

API Declarations


Public Declare Function GetMenuItemCount Lib "user32" (ByVal hMenu As Long) As Long
Public Declare Function RemoveMenu Lib "user32" (ByVal hMenu As Long, ByVal nPosition As Long, ByVal wFlags As Long) As Long
Public Declare Function DrawMenuBar Lib "user32" (ByVal hwnd As Long) As Long
Public Const MF_BYPOSITION = &H400&
Public Const MF_DISABLED = &H2&


Rate Disables the X in the window (1(1 Vote))
Disables the X in the window.bas

Disables the X in the window Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters