blah blah blah is here! blah blah » Close

0
votes
0 answers

setpixel bitmap writing

I'm just trying stuff out in visual studio now. But say i would like to make a progress bar, i have my bitmap and I’m updating it per timer tick to write a new vertical line of pixels and then update the image. The problem is here that ther ...

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 ...

Feedback