How can i get the color of a textbox from an external application??
I tryed this getcol = GetBkColor(GetDC(hwnd))
but it only work for controls like picturebox or forms etc
but with textbox it algays return the same value no matter what color it have.
Thanks




Reply With Quote