On Wed Mar 26 19:56:59 2025 +0000, Esme Povirk wrote:
A modification to user32:msg and manual testing with ControlSpyv6 and accEvent both indicate that WM_SETTEXT on a ComboBox does not send a NAMECHANGE. However, calling DefWindowProc on a ComboBox directly does send it, so probably ComboBox doesn't call DefWindowProc for WM_SETTEXT. I'll work on adding that to DefWindowProc in a separate MR first.
Awesome! I'm glad my speculation on that return value wasn't bogus and a waste of time to investigate. :)