Jump to content

[HELP]X Button..


jerwin
 Share

Recommended Posts

anyone can help me about this...

SS:

Posted Image

after i opening the about gui i cant close anymore the gui.... can anyone help me??

[font="Arial Black"]Looking for a partner in making Perfect Bot for DEKARONPm me if you wanna join.....[/font]
Link to comment
Share on other sites

anyone can help me about this...

SS:

Posted Image

after i opening the about gui i cant close anymore the gui.... can anyone help me??

Hi. Post your code, and we can do that. muttley
Link to comment
Share on other sites

Hi. Post your code, and we can do that. muttley

Func ABOUT()
    $FORM2 = GUICreate("About", 300, 125, 196, 116)
    GUISetBkColor (0x800000)
    GUISetState(@SW_SHOW)
    $FORM1_LABEL1 = GUICtrlCreateLabel("", 5, 5, 295, 20)
    GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
    GUICtrlSetColor(-1, 255)
    $FORM1_LABEL1 = GUICtrlCreateLabel("Special Thanks to:", 5, 25, 295, 20)
    GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
    GUICtrlSetColor(-1, 16711680)
    $FORM1_LABEL1 = GUICtrlCreateLabel("AutoIt Forums", 5, 45, 295, 20)
    GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
    $FORM1_LABEL1 = GUICtrlCreateLabel("", 5, 65, 295, 20)
    GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
    $FORM1_LABEL1 = GUICtrlCreateLabel("Email Bugs and Suggestions to:", 5, 85, 295, 20)
    GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
    GUICtrlSetColor(-1, 255)
    $FORM1_LABEL1 = GUICtrlCreateLabel("http://autoplay365.com/atto/", 5, 105, 295, 20)
    GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
    GUICtrlSetColor(-1, 16711680)
    $S3 = 1
    While $S3 = 1
        $MSG = GUIGetMsg()
        Select
            Case $MSG = $GUI_EVENT_CLOSE
                $S3 = 2
                GUIDelete("About")
                ExitLoop
        EndSelect
    WEnd
EndFunc
[font="Arial Black"]Looking for a partner in making Perfect Bot for DEKARONPm me if you wanna join.....[/font]
Link to comment
Share on other sites

Link to comment
Share on other sites

Which GUI Do you want to close?

Cause that GUI Closes with no trouble. muttley

the about gui... and when im opening the about gui the exit button of my 1st gui not working but i 100% my script is working...

[font="Arial Black"]Looking for a partner in making Perfect Bot for DEKARONPm me if you wanna join.....[/font]
Link to comment
Share on other sites

the about gui... and when im opening the about gui the exit button of my 1st gui not working but i 100% my script is working...

Ok.

Search around the forums for using multiple GUIs.

Also look at GUISwitch.

Link to comment
Share on other sites

Ok.

Search around the forums for using multiple GUIs.

Also look at GUISwitch.

ok thanx..

[font="Arial Black"]Looking for a partner in making Perfect Bot for DEKARONPm me if you wanna join.....[/font]
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...