Re: question about modal messageboxes.

2004-10-29 Thread Alexandre Julliard
"Ivan Leo Puoti" <[EMAIL PROTECTED]> writes: >>WS_EX_TOPMOST does nothing on Wine anyway, so I wouldn't worry too >>much about it. We certainly don't want 2 different resources, but it >>would probably be cleaner to remove DS_SYSMODAL on the existing >>resource, since the default is MB_APPLMODAL.

Re: question about modal messageboxes.

2004-10-29 Thread Ivan Leo Puoti
>WS_EX_TOPMOST does nothing on Wine anyway, so I wouldn't worry too >much about it. We certainly don't want 2 different resources, but it >would probably be cleaner to remove DS_SYSMODAL on the existing >resource, since the default is MB_APPLMODAL. So if I get WS_EX_TOPMOST to work should I use 2 r

Re: question about modal messageboxes.

2004-10-29 Thread Alexandre Julliard
"Ivan Leo Puoti" <[EMAIL PROTECTED]> writes: > I looked at MSDN docs for MessageBox > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes/dialogboxreference/dialogboxfunctions/messagebox.asp > and found that MB_SYSTEMMODAL is iden

question about modal messageboxes.

2004-10-29 Thread Ivan Leo Puoti
I looked at MSDN docs for MessageBox http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes/dialogboxreference/dialogboxfunctions/messagebox.asp and found that MB_SYSTEMMODAL is identical to MB_APPLMODAL, the only difference is that t