Richard,
Just remove the WS_CAPTION style from the child dialogs:
STYLE WS_CHILD|DS_ABSALIGN|DS_3DLOOK // | WS_CAPTION
with that change here it works fine ![]()
Richard,
Just remove the WS_CAPTION style from the child dialogs:
STYLE WS_CHILD|DS_ABSALIGN|DS_3DLOOK // | WS_CAPTION
with that change here it works fine ![]()
Antonio
Thank you, it works now
Pelles C is adding the caption to the child dialogs by default ...
Thanks for the help,
Richard
Richard,
Yes, that was the problem ![]()
Good to know is fine now