I do not need controls or anything else, I just need to write something on HWND, either in the center of the text or in the image that shows that it was shown. Actual use case - I get HWND at a point where I’m not ready to deal with it, so I want to display text on it, for example, “this window cannot be used” or graphics with a sad face, etc.
Nothing unusual, just raw hacker code, but all you have is HWND to work with pure Win32.
source
share