Andrew de Quincey <[EMAIL PROTECTED]> writes:
>> Most likely yes, it should go in the server. But first need to know
>> what the exact behavior is supposed to be in all cases.
>
> Can you give me some more ideas as to what you would like me to check? I'm not
> really a UI person
Well, things
On Friday 12 December 2003 06:03, Alexandre Julliard wrote:
> Andrew de Quincey <[EMAIL PROTECTED]> writes:
> > Do you think such a thing should be implemented in wineserver or in the
> > user32 DLL? To me, it would go in wineserver 'cos it has all the
> > information available in one place... plus
Andrew de Quincey <[EMAIL PROTECTED]> writes:
> Do you think such a thing should be implemented in wineserver or in the user32
> DLL? To me, it would go in wineserver 'cos it has all the information
> available in one place... plus (to me) its kind of a hard constraint that
> should be implemen
On Thursday 11 December 2003 19:48, Andrew de Quincey wrote:
> On Saturday 06 December 2003 19:46, Alexandre Julliard wrote:
> > Andrew de Quincey <[EMAIL PROTECTED]> writes:
> > > I wrote a program in windows which had owner drawn menu items. Whenever
> > > I received the WM_DRAWITEM message:
> >
On Saturday 06 December 2003 19:46, Alexandre Julliard wrote:
> Andrew de Quincey <[EMAIL PROTECTED]> writes:
> > I wrote a program in windows which had owner drawn menu items. Whenever I
> > received the WM_DRAWITEM message:
> >
> > 1) I called GetCapture(), and compared it with the hwnd of main w
Andrew de Quincey <[EMAIL PROTECTED]> writes:
> I wrote a program in windows which had owner drawn menu items. Whenever I
> received the WM_DRAWITEM message:
>
> 1) I called GetCapture(), and compared it with the hwnd of main window
> containing the menu. It pops up a message box if they are dif