How do i make a dialog box a child of a window? I thought just put WS_CHILD in the rc file and call CreateDialogParam with the window handle as the parent parameter. But the dialog still floats above the window.
It floats above the other Dialog, because its the parent of it.
You want to have the Dialog *inside* the other?
You want to have the Dialog *inside* the other?
You're probably looking for an MDI application.
bAZiK: yes, just like a button would be in a window.
grv575: No.
grv575: No.