Jump to content

[vb6] Printscreen


AKueda
 Share

Recommended Posts

defacto eu expliquei muito rapido, tava com pressa

Metes isto num module:

Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal Flags As Long, ByVal ExtraInfo As Long)

Metes isto por exemplo num button:

Call keybd_event(vbKeySnapshot, 0, 0, 0)

Picture1.Picture = Clipboard.GetData

Picture1 - é uma PictureBox

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.