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

How can I close all dialogs? 1

Status
Not open for further replies.

jvff

Programmer
Apr 1, 2001
64
BR
Hello,
I am making an application that is like a setup program, taking steps, each step is a dialog but when the user reaches the last dialog and he clicks on "Finish" I need to close all dialogs. Thank you,

JVFF
 
Why don't you close the dialogs as soon as the user enters the required information. All you have to do is pass the values and close the dialog.
Another thing is that if the first dialog calls the second and then the second calls the third, I don't see why they donot close when the last one is closed?? Welcome to the Pythian Games!
Long live Godess Athena!
dArktEmplAr of Delphi Oracle
 
simply put PostQuitMessage(0) to terminate all programs process.
Also you can use InstallShield to not invent new things. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top