Jump to content

where is the eror


Recommended Posts

when i clicked on cookies; i obtaint the windows (1) and when i cliked on next : i obtaint

windows (1).so i wil obtaint the windows (1) click on cookies and next .where is the eror in my scipt

#include <GUIConstants.au3>

GUICreate("cleaner :votre choix?", 460, 250)
$Label = GUICtrlCreateLabel("want sélectioner the files in which you want to remove all the files", 10, 30)

$cobutton = GUICtrlCreateCheckbox("cookies",10,80, 100, 20)
$tebutton = GuiCtrlCreatecheckbox("temp",10,110,150,20)
$te2button = GUICtrlCreateCheckbox("tempory internet files",10,140,150,20)
$hibutton = GUICtrlCreateCheckbox("history",10,170,150,20)
$subutton = GUICtrlCreateButton("next",360,210,65,20)
$anbutton = GUICtrlCreateButton("cancel",280,210,65,20)


GUISetState ()

while 1
$msg = GuiGetMsg()
select
    
case $msg = $anbutton
Exit
Case $msg >= $cobutton AND $msg <= $subutton
MsgBox(0,"test","test")

endselect

If $msg = $GUI_EVENT_CLOSE Then ExitLoop
wend
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...