me disculpan si de pronto esto no va lo entendere
les dejo este link
http://www.theinquirer.es/2010/07/12/cr ... tadas.html

When Button1.clicktimistar escribió: me disculpan si de pronto esto no va lo entendere
Código: Seleccionar todo
$Form1 = GUICreate("Form1", 616, 430, 192, 124)
$Button1 = GUICtrlCreateButton("Button1", 0, 0, 633, 449, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $msg = $Button_1
SoundPlay("misonido.mp3")
EndSwitch
WEnd