CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Pixel Color

  1. #1
    Join Date
    Nov 2005
    Location
    Canada
    Posts
    40

    Pixel Color

    I've seen a whole bunch of these around, but I can't find one where it's just the pixel color on the form. When I say on the form I mean everything on the form (including web_browser). So how cause I find the color of a specific pixel or the pixel under the mouse (whichever works)? Do I have to do that screen capture and convert it to bitmap and check there? ='( I just want something that's fast and still works, and won't take up too much resources cause im gonn have to going for long periods of time and update really fast.

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured