Hi,
I have program that takes screenshot from active window and saves it to directory. Is it possible to send Screenshot as an email to recipient with the same click-event and how you do it?
Public Function Capture_Desktop As Boolean
DoEvents
Call Keybd(vbKeySnapshot, 1, 0, 0)
DoEvents...