Search:
Forum
General C++ Programming
what is the code?
[try Beta version]
Not logged in
register
log in
user name:
password:
remember me
forgot your password?
or sign in using:
try again
cancel
forgot your password?
what is the code?
May 24, 2008 at 11:58pm
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
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs