How to detect rich edit content in C++

106 views Asked by At

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?

0

There are 0 answers