Support Forums
ColorGrabber, my new Application! - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19)
+---- Thread: ColorGrabber, my new Application! (/showthread.php?tid=11872)

Pages: 1 2


RE: ColorGrabber, my new Application! - thanasis2028 - 09-18-2010

(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



RE: ColorGrabber, my new Application! - Fragma - 09-19-2010

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.


RE: ColorGrabber, my new Application! - thanasis2028 - 09-19-2010

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.


RE: ColorGrabber, my new Application! - -BoodyE- - 09-21-2010

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


RE: ColorGrabber, my new Application! - thanasis2028 - 09-24-2010

So, why nobody votes?


RE: ColorGrabber, my new Application! - mmki - 09-24-2010

I recently (about a month ago) made a tut on how to make this..
http://www.supportforums.net/showthread.php?tid=11167


RE: ColorGrabber, my new Application! - thanasis2028 - 09-24-2010

I haven't seen this. And you are using a much easier way to take a screenshot.


RE: ColorGrabber, my new Application! - ruk00112 - 09-25-2010

It seems like a nice app you have built there. Great work mate and i hope to see more releases from you