1 Oct
2003
1 Oct
'03
8:37 p.m.
Bill Medland <billmedland(a)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. -- Alexandre Julliard julliard(a)winehq.com