My code doesn't work and i don't know where it download the content!
Help!
Help!
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <GUIListBox.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Cartão de memória - Plugin ", 615, 438, 192, 124)
$Button1 = GUICtrlCreateButton("Créditos", 496, 360, 105, 65)
$Button2 = GUICtrlCreateButton("Onde gravar", 24, 360, 113, 65)
$Button3 = GUICtrlCreateButton("Download", 16, 40, 129, 89)
$List1 = GUICtrlCreateList("", 168, 32, 273, 240)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###[/size]
[size=5]While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit[/size]
[size=5] Case $Button1
msgbox( 64, "Créditos", "Desenvolvido por TheWebs" )
Case $Button2
$65 = FileSelectFolder( "Selecione a pasta!", "" )
Case $Button3
$re = InetGet("http://www.mozilla.org", @TempDir & "\mozilla.html")
InetClose($re)
EndSwitch
WEnd
func _fe()
MsgBox( 64, "Estado", "Ficheiro encontrado" )
EndFunc
func _fne()
MsgBox( 64, "Estado", "Ficheiro não encontrado" )
EndFunc[/size]
[size=5]