Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » MsgBox is PromptOK in U++
Re: MsgBox is PromptOK in U++ [message #368 is a reply to message #367] Thu, 08 December 2005 23:22 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Actually:

void PromptOK(const char *qtf);
int PromptOKCancel(const char *qtf);
int PromptYesNo(const char *qtf);
int PromptYesNoCancel(const char *qtf);
int PromptRetryCancel(const char *qtf);
int PromptAbortRetry(const char *qtf);
int PromptAbortRetryIgnore(const char *qtf);

void Exclamation(const char *qtf);

"Positive" answers are reflected as 1, "Negative" as 0, "Cancel" of 3 state prompt (PromptYesNoCancel) as -1 (Cancel for 2-state (PromptOKCancel) is considered "Negative" - 0)
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: simmxtools v0.1
Next Topic: STimer-appLauncher'nProcWndListTweak
Goto Forum:
  


Current Time: Mon Apr 29 19:37:32 CEST 2024

Total time taken to generate the page: 0.02794 seconds