U++ framework
Do not panic. Ask here before giving up.

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: 14291
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 Sep 07 19:40:01 GMT+2 2026

Total time taken to generate the page: 0.00939 seconds