VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Take Screenshot From VB

excelblue (Mark Lu)  (4 Submissions)   Miscellaneous   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

This will take a screenshot of the screen from inside VB. It is not mainly for taking screenshots of apps (Alt + PrintScreen or just PrintScreen). This is mainly for stuff like spying, etc. So this will have the same effect as the PrintScreen key. You will be responsible for protecting the clipboard info. Please erase the clipboard before you run this function as then it will take the previous data in the clipboard first, and then work the second time. I tried putting Clipboard.Clear into the sub but then it will not work at all.

API Declarations
Declare Sub keybd_event Lib "user32" Alias "keybd_event" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long)

Rate Take Screenshot From VB (3(3 Vote))
Take Screenshot From VB.bas

Take Screenshot From VB Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters