Suppose that you have a 3rd party application that's just a red window. Is there a straightforward way to change its color once you obtain the window handle?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
The best I could come up with so far is to use
Complete winform working example:
You also can try obtain window size information by using GetWindowRect as described here: Get A Window's Bounds By Its Handle |
|||||
|
|