VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Run Sendkeys and keep the NUMLOCK ON. Simple

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

Run Sendkeys and keep the NUMLOCK ON. Simple

API Declarations


Const VK_LWIN = &H5B
Const KEYEVENTF_KEYUP = &H2
Const VK_NUMLOCK = &H90

Rate Run Sendkeys and keep the NUMLOCK ON. Simple



'Need some code? request it at www.SmokeCrack.co.uk
SendKeys "%{TAB}"
SendKeys "%{TAB}"
Call keybd_event(&H90, 1, 1, 0)

Msgbox "NUM LOCK IS STILL ON,         www.SmokeCrack.co.uk"

End Sub

Download this snippet    Add to My Saved Code

Run Sendkeys and keep the NUMLOCK ON. Simple Comments

No comments have been posted about Run Sendkeys and keep the NUMLOCK ON. Simple. Why not be the first to post a comment about Run Sendkeys and keep the NUMLOCK ON. Simple.

Post your comment

Subject:
Message:
0/1000 characters