TTAJohn08 Posted March 11, 2008 Posted March 11, 2008 How do i check what button was pressed in a message box. specificaly a yes/no/cancel msgbox. I know that the values of yes and no should be 6 and 7 but how do i recieve that msg. When i try to use GUIGetMsg() i only get the value 96. Any ideas anyone?
weaponx Posted March 11, 2008 Posted March 11, 2008 $result = MsgBox() ConsoleWrite("Selected value: " & $result)
TTAJohn08 Posted March 11, 2008 Author Posted March 11, 2008 (edited) $result = MsgBox()ConsoleWrite("Selected value: " & $result)thank you a ton. im about to try that out nowEDIT: Worked perfectly, thanx again Edited March 11, 2008 by TTAJohn08
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now