
Making a form appear as if it is disabled
By changing the WS_CHILD style bit of a window, you can make it appear as if it is disabled, even if the form is fully active and functional. These are the statements you need: Private Declare Function SetWindowLong Lib “user32” Alias “SetWindowLongA” _ (ByVal hwnd As Long, ByVal nIndex As