VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Make a form cover the entire screen including taskbar and office toolbar

Anonymous  (267 Submissions)   Custom Controls/Forms/Menus   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Sun 27th December 1998   Mon 8th February 2021

Make a form cover the entire screen including taskbar and office toolbar

API Declarations


Private Declare Function GetSystemMetrics Lib "user32" (ByVal nIndex As Long) As Long
Const SM_CXSCREEN = 0
Const SM_CYSCREEN = 1
Const HWND_TOP = 0
Const SWP_SHOWWINDOW = &H40

Rate Make a form cover the entire screen including taskbar and office toolbar (2(2 Vote))
Make a form cover the entire screen including taskbar and office toolbar.bas

Make a form cover the entire screen including taskbar and office toolbar Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters