Link to home
Start Free TrialLog in
Avatar of rlem
rlem

asked on

Image Capture Via API

I have an application that triggers a third party *.exe with an image request. This third party *.exe processes the request and opens a window with the requested image.

My thoughts are to find the handle of the window and of the subsequent image container then extract the image for export over the net.

There has been a previous question almost identical to this at:

https://www.experts-exchange.com/jsp/qShow.jsp?ta=visualbasic&qid=10032944 

One difference is that I'm on NT not 95 and I don't have Appleman's book (yet) to find the applicable API's.

Sound feasible? If so, which API's do I need.

Thanx
Avatar of Belatucadros
Belatucadros

Are you looking to do a screen capture or what? If it's just a matter of tranfering a certain file I can help, but you need to know the name of the file.
ASKER CERTIFIED SOLUTION
Avatar of VBGuru
VBGuru
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rlem

ASKER

Yes VBGuru, this is the type of info I was looking for. I believe this has provided me with all the pieces to the puzzle, now it's just a matter of fitting them together.

Thanx.