VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Minimize all windows

by SCC (9 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 10th May 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Minimize all windows

API Declarations


Const VK_LWIN = &H5B
Const KEYEVENTF_KEYUP = &H2

Rate Minimize all windows




'Need some code? request it at www.SmokeCrack.co.uk

Call keybd_event(VK_LWIN, 0, 0, 0)
Call keybd_event(&H4D, 0, 0, 0)
Call keybd_event(VK_LWIN, 0, KEYEVENTF_KEYUP, 0)


End Sub

Download this snippet    Add to My Saved Code

Minimize all windows Comments

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

Post your comment

Subject:
Message:
0/1000 characters