thegameoflife
Programmer
I looked in the help file and it says you can't use sendkeys to capture Print Scrn.
Is there any way around this?
Is there any way around this?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Declare Sub keybd_event Lib "user32.dll" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long)
Call keybd_event(vbKeySnapshot, 0, 0, 0)