|
Is there a way with the API functions to change the background color of a Window (or control) having only its Handle?
Not only the background color behind the text, rather all the window or control, and without changing the original content.
Something as:
System.Windows.Forms.Control ctrl;
ctrl.BackColor = Color.Red;
But, With API Functions.
Thanks, Deza |