How can i hide the only dialog in a dialog based application ?
thanks
Printable View
How can i hide the only dialog in a dialog based application ?
thanks
Hi,
To hide the window, call ShowWindow(SW_HIDE) in the dialog class's code. You should make sure, though, that the user has a way of showing it again.
Daniel.