Bill Medland billmedland@mercuryspeed.com writes:
Are you saying that you believe that the edit control itself sends the EN_SETFOCUS?
Yes, the edit control sends it when it gets a WM_SETFOCUS. That's how all the notification messages work.
Our software includes some tracing and what I see in it suggests that under Windows there are EN_SETFOCUS messages whereas under Wine they are WM_SETFOCUS, and I am trying to understand why.
Probably the focus is set to the parent window directly instead of being set to the edit control.