blah blah blah is here! blah blah » Close

0
votes
0 answers

Grabbing Bitmap image of a Control

I have a control. It happens to be a webBrowser control, but the issue seems to apply to ANY control. I want to copy the image of that control (the "source") and transfer it into a PictureBox control (the "target"). I ca ...

0
votes
0 answers

C# webBrowser page extent

I'm using a webBrowser control. After it is finished loading, I want to be able to determine what portion of the browser actually contains controls. For example, let's say the web page has a <CENTER> tag that centers the entire page w ...

Feedback