views:

28

answers:

1

I'm looking for a control or library to capture what an application is showing on screen in particular IE/Firefox.

My app will open an instance of IE to a web page. User does what she needs to do on page then when he clicks button in my app to capture screen of IE/Firefox. My app saves image to db.

I started to write it myself but with IE and tabs it's tricky to get process id. So was wondering if anyone out there is using something. Free or not does not matter.

Thanks,

Rick

A: 

Have a look here: http://www.codeproject.com/KB/graphics/ScreenCaptureByHolzhauer.aspx

MikeG
Now why that did not come up in my searches, I have no idea. Thanks looks like a good solution. I ended up using webbrowser control and capturing the content in the control works pretty well. I'll keep this if the need comes up again.
Rick