[2008] Webbrowser Preview
So the thing I need to do is, I have a webbrowser, which is placed on 1 tab of my tabcontrol. The thing I need is when I switch to another tab, a preview of the active webbrowser is displayed in the bottom of the screen (next to the tabcontrol) I can't make a double webbrowser and sync them, because it has a java applet which I can't resize.
Is there a way to kinda take a "screenshot" of that webbrowser that is on another tab, and display it next to the tabcontrol?
Thanks in advance,
Tom
Re: [2008] Webbrowser Preview
Re: [2008] Webbrowser Preview
I've seen it on other apps, so y ou can't tell me it's impossible.
Re: [2008] Webbrowser Preview
Re: [2008] Webbrowser Preview
What do you mean by screenshot?
Re: [2008] Webbrowser Preview
Not really a screenshot. My goal is to draw a preview on the screen of something that is not visible. So in my program, I want to draw a preview of a control that is under another one.