cplusplus.com cplusplus.com
cplusplus.com   C++ : Forums : General C++ Programming : what is the code?
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Forums
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programm...
Articles
Lounge
Jobs

-

question  what is the code?

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?
|
Zaita (1562)
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.
|

This topic is archived - New replies not allowed.
Home page | Privacy policy
© cplusplus.com, 2000-2009 - All rights reserved - v2.2
Spotted an error? contact us