Re: fixed PROPSHEET_CreatePage if called with PSP_DLGINDIRECT
17 Oct
2001
17 Oct
'01
2:54 p.m.
Kai Morich <mail(a)kai-morich.de> writes:
is it realy neccessary to clone a writable dialog template only for changing the dialog style ? wouldn't it be simpler to somehow pass the information that the dialog is part of a property sheet to DIALOG_CreateIndirect, e.g. by setting some wine specific information on the dialog owner hwnd ?
Yes, we clearly need to avoid copying the template. It should be possible to either set the style after the window is created, or trap the WM_CREATE or WM_INITDIALOG message and change the style there. -- Alexandre Julliard julliard(a)winehq.com
8912
Age (days ago)
8912
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard