Hey, I am working on a little project and I've come across a problem... I'm very new to vb so some more help than "google it" would be appreciated.. I have googled it and can't seem to find the answer... I've tried getpixel but I don't think it does what I want it to do.

I want to have like an imaginary box set over my form, this box would be relative in size and position to the actual form window, so that if the form were to change size, the box would also change size relative to the form. As well as if the form moves the box should remain at the same position on the form. What I want to happen is simply a yes or no, if the pixels behind the box are nothing but black, then its a 0 if any of them change to any other color, send a 1.

Sorry for this sloppy way of explaining what I need.