Help SEND INPUT Please
Publicado: 25 May 2011, 02:46
Bueno OLa a todo ! Quiero acer una coxa...aqui os dejo una programa y si me podeis ayudar porfavor
Quiero que cuando le das a Send y en INPUT1 tienes escrito "AUTOIT" x ejemplo abajo en $LIST1 que me ponga lo MISMO Autoit HELP PLEASE!
Código: Seleccionar todo
$Form1 = GUICreate("Send Input", 264, 144, 192, 124)
$Input1 = GUICtrlCreateInput("", 8, 8, 161, 21, -1, BitOR($WS_EX_CLIENTEDGE,$WS_EX_STATICEDGE))
$Button1 = GUICtrlCreateButton("Send", 184, 8, 75, 25, $WS_GROUP)
$List1 = GUICtrlCreateList("", 8, 40, 249, 97)
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
If $Input1 = Send($List1) Then
EndSwitch
WEnd