sanhen Posted May 24, 2007 Posted May 24, 2007 #include <GUIConstants.au3> GUICreate ("my gui",300,200) $Pic1 = GUICtrlCreateIcon("autoit.ico",-1,10,10,50,50) GUISetState( ) While 1 $msg = GUIGetMsg() Select case $msg = $GUI_EVENT_CLOSE ExitLoop EndSelect Wend The interface inside the double-click-like how to set up?
enaiman Posted May 24, 2007 Posted May 24, 2007 The interface inside the double-click-like how to set up?I'm not sure I can really understand your question ... I guess you're asking how to build a GUI.If you have SciTE installed - go to "Tools" menu and choose "Koda Form Designer" - then you can create your own GUI as you wish. SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :)
sanhen Posted May 24, 2007 Author Posted May 24, 2007 Very sorry. I think you understand the mistake. What I mean is the interface inside the double-click the play button.
November Posted May 24, 2007 Posted May 24, 2007 Very sorry. I think you understand the mistake. What I mean is the interface inside the double-click the play button.Hi there,A far i saw in the code, there is nothing to play.But if you add that, you can say in the code how the button will react to single click our diuble click.Cheers Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font]
sanhen Posted May 24, 2007 Author Posted May 24, 2007 (edited) if Double-click the button then msgbox(0,"test","Double-click the button") Edited May 24, 2007 by sanhen
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now