#3822 closed Bug (Completed)
Helpfile for MsgBox: Comment for return values TRY AGAIN and CONTINUE is missing
| Reported by: | water | Owned by: | Melba23 |
|---|---|---|---|
| Milestone: | 3.3.15.4 | Component: | Documentation |
| Version: | 3.3.15.0 | Severity: | None |
| Keywords: | MsgBox helpfile | Cc: |
Description
There is a footnote marker for the return values TRY AGAIN and CONTINUE but the footmark itself is missing.
According to this post
https://www.autoitscript.com/forum/topic/36786-msgbox-on-button-click-continue-script/
it should be something like this:
"Try Again" and "Continue" only work on Windows 2000/XP and above
Attachments (0)
Change History (5)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
You have add the correct flag to get any of the buttons to appear - I see no need for a note in this particular case.
3.3.14.0 (10th July, 2015) (Release) Minimum OS requirements are now Windows XP SP3 and Windows Server 2003 SP2
So these buttons will appear on any version of Windows on which AutoIt will currently run. So the double asterisks appear unnecessary and should be removed.
Happy?
M23
comment:4 by , 5 years ago
| Resolution: | → Works For Me |
|---|---|
| Status: | new → closed |
comment:5 by , 5 years ago
| Milestone: | → 3.3.15.4 |
|---|---|
| Owner: | set to |
| Resolution: | Works For Me → Completed |
Changed by revision [12542] in version: 3.3.15.4

You have to use flag $MB_CANCELTRYCONTINUE to get this return values.
So the footnote might be something like this:
"Try Again" and "Continue" are returned when parameter flag is set to $MB_CANCELTRYCONTINUE. This only works on Windows 2000/XP and above