Jump to content

MsgBox help


Recommended Posts

i wanna make one msgbox whit yes and no like this

MsgBox(4, "Test", "Press???", 10)

While 1

$msg = GUIGetMsg()

If $msg = "Yes" Then

MsgBox(4, "Test", "y", 10)

Exit

EndIf

If $msg = "No" Then

MsgBox(4, "Test", "n", 10)

Exit

EndIf

WEnd

but mine don't work....i wanna make it when i press yes to msgbox "y" and when no "n"

how can i make it to work???

tnx

sorry for duble theard....i don't know why i make duble time....sry again

Edited by Kyme
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...