Disable the Windows Taskbar
Disable the Taskbar Original Author: StonePage API Declarations Dim hwnd1 As LongPrivate Declare Function SetWindowPos Lib “user32” _(ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As _Long, ByVal y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags_As Long) As LongPrivate Declare Function FindWindow Lib “user32” _Alias “FindWindowA” (ByVal lpClassName As String, ByVal lpWindowName… Read More »