Hi,
I'd like my app to show a small dialog when the main windows is minimized. Now, I think that's not a big deal to cacth the message when the main window gets minimized. Also, this is how the small dialog should look like:
Yet, the small window cannot be dragged! Do you think it is possible to add a little something to the very left of the dialog to allow user to drag it?Code:IDD_MINIMIZE DIALOG 0, 0, 400, 10 STYLE DS_FIXEDSYS | WS_VISIBLE | WS_BORDER | WS_POPUP FONT 8, "Ms Shell Dlg 2" BEGIN LTEXT "Static", IDC_STATIC, 191, 1, 19, 8, SS_LEFT END
thanks




Reply With Quote