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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dialog based windows

Status
Not open for further replies.

newbe

Vendor
Joined
Apr 23, 2000
Messages
7
Location
US
I'm new in Visual c++ and MFC. I want to make a program, a dialog based one, from which i want to open a Dialog Box. I don't want to call DoModal function, i just want to open the Dialog Box , and the window from which i call the function to open the Dialog Box to disappear.
Thanks
 
It sounds like you want to create a modeless dialog box. Look at the "CreateDialog" and "CreateDialogParam" API functions. There are also MFC examples for creating modeless dialogs.

Hope this helps. Happy coding! :) *~-> EOR Candy <-~*
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top