Does anyone know about WM_SETFOCUS and EN_SETFOCUS

Alexandre Julliard julliard at winehq.org
Wed Oct 1 14:37:46 CDT 2003


Bill Medland <billmedland at 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 at winehq.com



More information about the wine-devel mailing list