After screenshots, how to use the image data was obtained from the system clipboard, and generate a JPG file
Look forward to, Posting for the first time, what is not clear, contains a lot,
It is best to VBS,
CodePudding user response:
Private Sub Command1_Click ()
Dim PIC As New StdPicture
The Set PIC=Clipboard. GetData
SavePicture PIC, App. Path & amp; "\ PIC. JPG"
End Sub
Using VB to Clipboard object can be achieved
CodePudding user response:
How to realize the screenshots, the building Lord could you tell me
CodePudding user response:
What do you mean with the printScreen key after screenshots, display in your program, and then export the JPG?
CodePudding user response:
Dim PIC As New StdPicture
The Set PIC=Clipboard. GetData
CodePudding user response:
To save into JPG format, you need a special BMP - & gt; JPG conversion program
CodePudding user response: