Is there a way to use the function GetPixel on a Richtextbox on a forum? I need the RGB of each pixel on it, but I don't want the Richtextbox to be visible on the screen when it grabs those values. I've been looking around, but no such luck.
Printable View
Is there a way to use the function GetPixel on a Richtextbox on a forum? I need the RGB of each pixel on it, but I don't want the Richtextbox to be visible on the screen when it grabs those values. I've been looking around, but no such luck.
Any control has to be visible in order for you to interact with it in any way.
Okay, if it was visible, but somewhere hidden in the form, would it be possible to copy each pixel of the RTB?