Hello everyone,
How can I figure out what colour the text selected by the user is and the font name of the selection?
Thanks.
How can I figure out what colour the text selected by the user is and the font name of the selection?
Thanks.
use EM_GETXXX messages (see win32 api helpfile)
Use the EM_GETCHARFORMAT message. That's what you need.