well, I thought that too. screenshot is taken cause it's been sending via email to recipient and 1,5mb is too much. Is there any way to send form ín some reasonal format?
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 need to convert form to picture format and send it to recipient. Recipient's email comes from a textbox. How can I do that? I know that you can convert vb form to gif-format...
I have some kind of reporting system. i thought too that sending form as picture is sensible. i've tried sending datareport but i think it's easier send form. there is 500 customers in system and each other have own email.
thanks
drivenn
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,
Johnvm, Thanks for your advices, now my program is working like it should in my computer.
when I install it to the other pc (win98) an try to use databases it says an error:
data error event hit err:
the microsoft jet database engine cannot open the file
it's already opened by another...
Now it's working just like you said... I Had pvm in my command.commandtext and the correct word is Pvm... I'm stupid!
Thank you for your tips, now I can go further in my project!
I wonder if I want to put there an another param like customer. how it happens? Then I could print reports like...
I put that (SELECT * FROM Orders WHERE_
(pvm between input1 and input2) into a Command1.CommandText and now when I try to run the program
errorlooks like this:
compile error:
wrong number of arguments or invalid property assignment.
Pointer goes to rows Private Sub Command1_Click() and...
I'm using uk settings. No Date isn't the name of database field. Name is Pvm. But now when I'm leaving those # I get error like this:
syntax error in number in query expression 'Pvm BETWEEN 27.3.2004 AND 30.3.2004'.
Thanks again!
Johnvm, Thanks for your tips.
Dates are stored as dates in database. I have now two dtpickers. I'd Try that query you gave me and I think my problem now is CDate. I Can't get it work proberly. How You Convert Stings with CDate in correct? When I try to run the program and I get an error like...
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.