Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hiding dialog box

Status
Not open for further replies.

Maurader

Technical User
May 8, 2002
59
0
0
CA
I have a MFC DLL that is being called from another program, and I have a modal Dialog box that pops up. Is there a way I can hide/minimize the dialog box without minimizing the program?

Thanks,

Duckman
 
Why don't you try with ShowWindow(SW_HIDE)...in WM_INITDIALOG

or do one thing create dialog box as modeless...use CreateDialog(..) API..if appearnce of this dialog box is necesssary anyhow
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top