Hi All,
It's probably easy question but I didn't find yet solution.
I need to dialog based application to run as hidden
calling ShowWindow(SW_HIDE). Its easy to call it when window is open already (e.g by pressing key)but how to
call it if I don't want to show dialog att all???
I want it to go immediately to hidden state.
in OnInitDialog() doesn't work.
thanks
It's probably easy question but I didn't find yet solution.
I need to dialog based application to run as hidden
calling ShowWindow(SW_HIDE). Its easy to call it when window is open already (e.g by pressing key)but how to
call it if I don't want to show dialog att all???
I want it to go immediately to hidden state.
in OnInitDialog() doesn't work.
thanks