Hi,
I have program that takes screenshot and saves it to directory. My problem is that it saves the screenshot size of 1,5 mb. I want it to be about 100 kb or less. How you do that?
My code:
Public Function Capture_Desktop(ByVal Destination$) As Boolean
On Error GoTo errl
DoEvents
Call...
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...
I have vb6 form and want to send it as an email. is it possible that it takes emailaddress from a textbox and send form to that address? What is right format?
drivenn
Hi,
My problem is vb6 datareport. I have dataenvironment and it's connected to access.
My form has two textboxes Text1 and Text2. this is meant to show reports between two dates (text1-text2) but it
doesn't do that. It shows report but there is now data in it but there should be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.