Reputation: 1
How could I detect whether an edit control support rich content in windows with C++
code, for example, I could copy/paste an image into it.
Additionally, If I get the HWND
of the foreground window, how could I get the edit control, but not the frame window?
Upvotes: 0
Views: 108