Screen Capture From A web Control Microsoft Access

emax79

Registered User.
Local time
Today, 00:52
Joined
Jan 22, 2014
Messages
11
Hello fellow engineers . I Have a MS Access database which has a web browser control incorporated within . I also have a get screen capture program for "excel" which works magnificent. I would like to incorporate these 2 functions into The Access . I would like to use my web browser control located in the access example to zoom into the picture of a house . Then capture that image and save it into access in the best usable format possible . I would really like if someone much more knowledgeable than myself could look at the excel vb code and say . Look here friend . Just change such and such on the Excel ScreenCapture vba example and that will convert it to a usable Access format . Both programs work perfect in there respected format . I would like to merge the 2 into Access .... I will enclose both examples and hope you kind people may Have a suggestion for me . Thank you in advance ....... Eric Maxfield
 

Attachments

Had a look at that capture code and it looks quite specific to Excel, so I think it would be a fair bit of work to remake in Access (and I personally wouldn't know how to do it).

All I can say is that if I were in your situation I would just use the regular screen capture method, i.e. press Print Screen on your keyboard, open up an image editor e.g. Paint, and press Ctrl+v to get your capture, then you'd have to save it somewhere if you wanted to use the picture in access.

Depending on how often you need to take screenshots, this might be faster than making a new system just for access.
 
Thank you so much pr2-eugin :) I am currently trying to manipulate the code for my Program . You may be my Life saver . lol . May I contact you further if any questions arise during the Process.... Thank you again

Eric Maxfield
 
Thank you so much pr2-eugin :) I am currently trying to manipulate the code for my Program . You may be my Life saver . lol . May I contact you further if any questions arise during the Process.... Thank you again

Eric Maxfield
Most welcome ! Yes, just keep us posted ! Good luck !
 
Hello pr2-eugin,
I think the 'Print screen into image file' is just about what I am looking for. How would I modify the code to trigger the print screen from a button on a pop up form rather than an error code?

Many thanks,

John N.
 

Users who are viewing this thread

Back
Top Bottom