Jump to content

What The .... Gui Keeps Sending Output As Number


kcd-clan
 Share

Recommended Posts

tell me what im need to do to fix it .

#include <GUIConstants.au3>


$Form1 = GUICreate("AForm1", 622, 181, 192, 125)
$List1 = GUICtrlCreateList("", 8, 0, 609, 136, -1, $WS_EX_CLIENTEDGE)
$Input1 = GUICtrlCreateInput("AInput1", 8, 144, 529, 21, -1, $WS_EX_CLIENTEDGE)
$Button1 = GUICtrlCreateButton("AButton1", 544, 144, 67, 25)
GUISetState(@SW_SHOW)

While 1
    $msg = GuiGetMsg()
    Select
    Case $msg = $Button1
        GUICtrlSetData($List1,$Input1&"|", "-")
        GUICtrlSetData( $Input1, "")   
    Case $msg = $GUI_EVENT_CLOSE
        ExitLoop
    Case Else
    ;;;;;;;
    EndSelect
WEnd
Exit
Visit mEMy programs made.Iul - IulG-V Console - G-V Console_RandomLetter - _RandomLetter()Saftey Kill - Saftey Killcolorzone() = colorzone()
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...