selfexploiter Posted December 11, 2003 Posted December 11, 2003 I have been reading in the german documentation for AutoIt 2.64 about a display mode of a MsgBox with the value 16384 which shows an Help-button in messagebox. This works fine. But how can I get the return value with the IfMsgBox-command? Or is there an alternative way? Thanks for helping!
Beastmaster Posted December 12, 2003 Posted December 12, 2003 Maybe that tool works to identify the ErrorCodehave you tried thisMsgBox,16384,Yes we know, you need ...SplashTextOn,100,100,Yep,%ERRORLEVEL%IfMsgBox,%ERRORLEVEL%,Goto, HelpSplashTextOff
Recommended Posts