gud day,
how can i add a dialogbox and use/launch it within my application which is a dialog as main window?
thanks for any help.
Pretty staright forward, get the window handle of the current parent dialog and use it as the parent handle for the child dialog. You get the handle for the main dialog from its DlgProc as the first parameter.