question about modal messageboxes.

Alexandre Julliard julliard at winehq.org
Fri Oct 29 21:13:16 CDT 2004


"Ivan Leo Puoti" <puoti at inwind.it> 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.
> So if I get WS_EX_TOPMOST to work should I use 2 resources?

No, just do a SetWindowPos(HWND_TOPMOST) in the dialog init code.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list