I've got a module that scans a given pixel of screen and returns it's RGB color.

Now what I want to do is to be able to change the pixel color of a given pixel on the screen.

So lets say I have 2 Picture boxes A and B. I can scan PicBoxA's RGB colors for each pixel. What I need to know is how I could replicate that same pixel in PicBox B.

Basically, I want to know how to paint a picture box's pixels different colors.