Click to See Complete Forum and Search --> : Too Hard?


Tarendor
September 7th, 2001, 08:56 PM
What im trying to figure out is very specific and i cant seem to do it:

What i need to be able to do is click the command1 button on my form1 and then capture the pixel colors in windows at a point that i choose and have it monitor that area for change and notify me if they change color ( like a 6x6 area or a sizable area) i know this sounds weird but bear with me hehe.

I have tried to make it so that i hit the command1 button and it opens a new form with a transparent window on it and have it monitor that small area for change but cant get that to work either. :(

Can any one help me with this please?

Picky
September 7th, 2001, 11:34 PM
I'm guessing you mean that if like the mouse cursor moves over it, it recognizes it (and maybe changes it?) in the specified area? I'm not sure about screwing with specific pixels, but by making that label or something, then sizing it to fit that part, then making it invisible... you could then (I know I'm overusing then) go into the labels command list and select "MouseOver" or whatever... then do what ever changes you want to create in there.

Other than that I can't help (email chris@earlweb.com (me) if you don't get what I said).

-Picky