Is there a way to get a window handle to the window owning a win32 DC? Or any other sort of information that might be useful for identifying the window, like DC width and height?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Coincidentally, there is WindowFromDC.

link|improve this answer
And to think, people are always complaining about the Windows API... :-) – Cody Gray Dec 17 '10 at 0:30
Well, maybe it should be listed in the same group of functions as GetDC :) Or even be mentioned on the GetDC page :-p – Adal Dec 17 '10 at 0:33
@Adal -- yea I was disappointed at that lol. – BeemerGuy.net Dec 17 '10 at 0:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.