In your apps InitInstance,
add/alter
// The main window has been initialized, so show and update it.
pMainFrame->ShowWindow(SW_HIDE);
pMainFrame->UpdateWindow();
Andy
Quote:
>Hi,
>i generated a dialog based mfc app. I want to hide the window first and
open
>it on a special event. How do i accomplish this (running it hidden) ?
>thx in advance Tobias
>--
>Please remove [antispam] from reply address.