CryHero Posted July 17, 2012 Posted July 17, 2012 (edited) first that my Codeexpandcollapse popup#include <ButtonConstants.au3> #include <ComboConstants.au3> #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <StaticConstants.au3> #include <WindowsConstants.au3> #Region ### START Koda GUI section ### Form= $Test = GUICreate("Test", 530, 189, 212, 171) $Combo1 = GUICtrlCreateCombo("", 32, 32, 145, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL)) GUICtrlSetData(-1, "1|2|3|4|5") $Combo2 = GUICtrlCreateCombo("", 32, 72, 145, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL)) GUICtrlSetData(-1, "a|b|s|d|e") $Checkbox1 = GUICtrlCreateCheckbox("Tab", 320, 32, 49, 17) $Checkbox2 = GUICtrlCreateCheckbox("Enter", 320, 72, 57, 17) $Start = GUICtrlCreateButton("Start", 40, 136, 75, 25) $Stop = GUICtrlCreateButton("Stop", 128, 136, 75, 25) $Input1 = GUICtrlCreateInput("300", 240, 32, 33, 21) $Label1 = GUICtrlCreateLabel("Time", 192, 32, 27, 17) $Label2 = GUICtrlCreateLabel("Sec", 288, 32, 23, 17) $Label3 = GUICtrlCreateLabel("Time", 192, 72, 27, 17) $Label4 = GUICtrlCreateLabel("Sec", 288, 72, 23, 17) $Input2 = GUICtrlCreateInput("300", 240, 72, 33, 21) $Label5 = GUICtrlCreateLabel("Sec", 464, 32, 23, 17) $Label6 = GUICtrlCreateLabel("Sec", 464, 72, 23, 17) $Label7 = GUICtrlCreateLabel("Time", 384, 32, 27, 17) $Label8 = GUICtrlCreateLabel("Time", 384, 72, 27, 17) $Input3 = GUICtrlCreateInput("300", 416, 32, 33, 21) $Input4 = GUICtrlCreateInput("300", 416, 72, 33, 21) GUISetState(@SW_SHOW) #EndRegion ### END Koda GUI section ### While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit Case $Checkbox1 Send("{Tab}") Case $Checkbox2 Send("{Enter}") EndSwitch WEndFirstWhen I want to chose the number of <$Combo1>Write this number healthier sense of pressure on the figure, which was chosenWhen I click on the <$Checkbox2>Enter writeSecondWhen I write in $Input TimePress 1 All this time I wrote like 2 seconds to write every 2 sec 1 Edited July 17, 2012 by CryHero
PhoenixXL Posted July 17, 2012 Posted July 17, 2012 Baa Baa black sheep having any wool? Confused? Please explain exactly whats the problem My code: PredictText: Predict Text of an Edit Control Like Scite. Remote Gmail: Execute your Scripts through Gmail. StringRegExp:Share and learn RegExp.Run As System: A command line wrapper around PSEXEC.exe to execute your apps scripts as System (LSA). Database: An easier approach for _SQ_LITE beginners. MathsEx: A UDF for Fractions and LCM, GCF/HCF. FloatingText: An UDF for make your text floating. Clipboard Extendor: A clipboard monitoring tool. Custom ScrollBar: Scroll Bar made with GDI+, user can use bitmaps instead. RestrictEdit_SRE: Restrict text in an Edit Control through a Regular Expression.
CryHero Posted July 17, 2012 Author Posted July 17, 2012 (edited) Baa Baa black sheep having any wool?Confused?Please explain exactly whats the problemFirstWhen I want to chose the number of <$Combo1>Write this number healthier sense of pressure on the figure, which was chosenWhen I click on the <$Checkbox2>Enter writeSecondWhen I write in $Input TimePress 1 All this time I wrote like 2 seconds to write every 2 sec 1 Edited July 17, 2012 by CryHero
PhoenixXL Posted July 17, 2012 Posted July 17, 2012 Not getting it whats the problem I suppose u are not familiar with english, if so try to write in your own language and translate it to english using translate.google.com My code: PredictText: Predict Text of an Edit Control Like Scite. Remote Gmail: Execute your Scripts through Gmail. StringRegExp:Share and learn RegExp.Run As System: A command line wrapper around PSEXEC.exe to execute your apps scripts as System (LSA). Database: An easier approach for _SQ_LITE beginners. MathsEx: A UDF for Fractions and LCM, GCF/HCF. FloatingText: An UDF for make your text floating. Clipboard Extendor: A clipboard monitoring tool. Custom ScrollBar: Scroll Bar made with GDI+, user can use bitmaps instead. RestrictEdit_SRE: Restrict text in an Edit Control through a Regular Expression.
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