#DialogBoxIndirect
HI,
I have a question about the DialogBoxIndirect API, actually two questions:
If I use DS_SETFONT what happens if the font I specify is not supported ??
Since I am specifying a point size and type face name I am not guaranteed that
the font will be supported Is there any way to use CreateFont and select the
Hfont created into the DC of the dialog box window while using the DialogBox
Indirect call ??
Next question has to do with modality. I performed an experiment on Win32 and
Win32s where I created two overlapped windows. One of the windows creates a
modal dialog box which I bring up immediately. The other window "postmessage"s
messages to the first window which has the modal box up. The window with the
modal box is responding to the postmessage because it is writing the text to
its client area even though it is the parent of an active modal box ??
According to the documentation the modal box should "disable" the parent, how
do you define "disable" in this context ?? Also what kinds/types/groups of
messages will a parent process when it is disabled by a modal dialog box ??
Thanx, Jackie
There is 1 Reply.