VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Easy screen capture. Whole example in 7 lines

by Paul Geering (1 Submission)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Fri 14th February 2003
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Easy screen capture. Whole example in 7 lines

Rate Easy screen capture. Whole example in 7 lines



    keybd_event vbKeySnapshot, 0, 0, 0
    DoEvents
    keybd_event vbKeySnapshot, 0, &H2, 0
    Picture = Clipboard.GetData()
End Sub


Download this snippet    Add to My Saved Code

Easy screen capture. Whole example in 7 lines Comments

No comments have been posted about Easy screen capture. Whole example in 7 lines. Why not be the first to post a comment about Easy screen capture. Whole example in 7 lines.

Post your comment

Subject:
Message:
0/1000 characters