VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Hides and Shows the Start Menu

Brandon Watrous  (1 Submission)   Windows System Services   VB 6.0   Unknown Difficulty   Fri 14th December 2001   Mon 8th February 2021

Hides and Shows the Start Menu

API Declarations



Public Const SW_SHOW = 5

Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long

Public Const SW_HIDE = 0

Rate Hides and Shows the Start Menu (1(1 Vote))
Hides and Shows the Start Menu.bas

Hides and Shows the Start Menu Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters