Hi,
anyone know what the next message after WM_INITDIALOG is?
Ive got a dialog application which needs to start hidden and minimised (just an icon in the system tray).
There is no point trying to hide and minimise in WM_INITDIALOG because DialogBox() automatically calls ShowWindow() afterwards doesnt it?
anyone know what the next message after WM_INITDIALOG is?
Ive got a dialog application which needs to start hidden and minimised (just an icon in the system tray).
There is no point trying to hide and minimise in WM_INITDIALOG because DialogBox() automatically calls ShowWindow() afterwards doesnt it?