cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
what is the code?
what is the code?
May 24, 2008 at 11:58pm UTC
camthalion95
(2)
what is the source code for the save confirmation prompt in a typing program?
(i.e. "save before exiting")? And how do i make it open the save box?
May 25, 2008 at 6:59pm UTC
Zaita
(2770)
You will need to create a question dialog. Usually using the
MessageBox()
function. Parsing the result from this dialog you can have it execute the code you write to save whatever needs to be saved.
Topic archived. No new replies allowed.