1 Attachment(s)
how to appear a modeless dialog by draging the button on the main dialog?
In a dialog based app program, when the program starts, there are two dialogs: MainDlg and ModeLessDlg, and if you press the "close "Button on the ModelessDlg, the "DragMe" button will appear on the MainDlg, and if you click and drag the "DragMe" button on the MainDlg, the ModeLessDlg will appear in the place.
how to realize the function? I can not ahieve the function that is"if you click and drag the "DragMe" button on the MainDlg, the ModeLessDlg will appear in the place"
can you help me? thank you!