Re: Does anyone know about WM_SETFOCUS and EN_SETFOCUS

2003-10-01 Thread Gerhard Gruber
Is anyone out there an expert in Windows focus handling? I have problems with our application and the focus handling in places. Basically it seems to me that there is some sort of logic in windows whereby the code calls PostMessage (WM_SETFOCUS) but the result is that the parent of

Re: Does anyone know about WM_SETFOCUS and EN_SETFOCUS

2003-10-01 Thread Alexandre Julliard
Bill Medland [EMAIL PROTECTED] 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

Does anyone know about WM_SETFOCUS and EN_SETFOCUS

2003-09-30 Thread Bill Medland
Is anyone out there an expert in Windows focus handling? I have problems with our application and the focus handling in places. Basically it seems to me that there is some sort of logic in windows whereby the code calls PostMessage (WM_SETFOCUS) but the result is that the parent of the target