Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Capture custom browser (ex: IE) window, resize it and save it

Status
Not open for further replies.

dimsis

Programmer
Aug 6, 2000
76
GR
I've seen a lot of code used to capture a full screen, form or a window region, but i've never seen an implementation to capture the MAIN (not the toolbars only the content) internet explorer's window, to resize it to a custom value (for example to 120x120 pixels) and save it (without asking) to a bmp (or even better jpg) file.

Is there any API (or other method) to find out if an internet explorer is running and capture only it's main window, and not the VB form, resize and display it into a VB picture box?

Thanx in advance.
Dimitris

PS: If this is too complicate, any code that can capture a specific region behide the VB form and display it into a picture box, resize it and save it, it could be very helpfull also.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top