VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Functions like the print screen button

ahmad sobeh  (1 Submission)   Graphics   VB 6.0   Unknown Difficulty   Sun 25th April 2004   Mon 8th February 2021

Functions like the print screen button

API Declarations



Private Declare Sub keybd_event Lib "user32" _
(ByVal bVk As Byte, _
ByVal bScan As Byte, _
ByVal dwFlags As Long, _
ByVal dwExtraInfo As Long)

Private Const TheScreen = 0
Private Const TheForm = 1


Rate Functions like the print screen button (1(1 Vote))
Functions like the print screen button.bas

Functions like the print screen button Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters