Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Roboticguy2

  1. Roboticguy2

    ReturnPixel function alwyas returns false

    Exactly, I thought that was the problem, but I don't know how to fix it. I've already checked to see if the image was loading correctly, but that wasn't the case. The image also has some black in it, so it can't be that.
  2. Roboticguy2

    ReturnPixel function alwyas returns false

    I have a function which, when called, is supposed to return TRUE if the pixel in the filename specified is black, of FALSE if white. The problem if that the function always returns false. Here's the code. BOOL returnpixel(char* fileName,int x, int y, HWND hwnd) { BOOL returnValue = TRUE...

Part and Inventory Search

Back
Top