VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Minimize all applications on a computer

by Anonymous (267 Submissions)
Category: Windows System Services
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Sat 23rd January 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Minimize all applications on a computer

API Declarations


Const KEYEVENTF_KEYUP = &H2
Const VK_LWIN = &H5B

Rate Minimize all applications on a computer



    Call keybd_event(VK_LWIN, 0, 0, 0)
    Call keybd_event(77, 0, 0, 0)
    Call keybd_event(VK_LWIN, 0, KEYEVENTF_KEYUP, 0)

Download this snippet    Add to My Saved Code

Minimize all applications on a computer Comments

No comments have been posted about Minimize all applications on a computer. Why not be the first to post a comment about Minimize all applications on a computer.

Post your comment

Subject:
Message:
0/1000 characters