(09-15-2010, 09:50 PM)`P R O D I G Y™ Wrote: [ -> ]Sorry, I was referring to something like the paint color picker. Is there a component for it?
I used a class I found in the web for taking screenshots and then I extracted the color on my own like that:
Code:
Dim col as Color=bmp.Pixels(0,0) 'bmp is the bitmap that was captured from the screen
Is this a constantly running application? So when running, does it pick up every colour you hover your mouse over? Or do you have to press something in order for it to catch the colour your mouse is over.
To activate the app you have to press a combination (Shift+F12 by default). Then it will tell info about the color your mouse is each time you move the mouse. Then you have to press [Control+Left Mouse Click] to stop the app from getting every color and to be able to copy the data. After that press [Esc] to make ColorGrabber minimize to tray.
(09-19-2010, 04:41 AM)thanasis2028 Wrote: [ -> ]To activate the app you have to press a combination (Shift+F12 by default). Then it will tell info about the color your mouse is each time you move the mouse. Then you have to press [Control+Left Mouse Click] to stop the app from getting every color and to be able to copy the data. After that press [Esc] to make ColorGrabber minimize to tray.
Oh! I see.
Thanks for letting us know.
I haven't seen this. And you are using a much easier way to take a screenshot.
It seems like a nice app you have built there. Great work mate and i hope to see more releases from you