X_xkijux_x Posted May 9, 2016 Posted May 9, 2016 Ok so i would like to create a window that are going to change something in the code like ----------------------------------------------- ----------(here can u type)---------- -------------Done-------------------- This is a window with a done button and a here u can type and like the (here u can type) section u can tell how many times the program is going to loop like if i type 20 there it will loop 20 times is this possible plz give me a code on how i can do it im using the loop For $i = 1 to "any number" Next
X_xkijux_x Posted May 10, 2016 Author Posted May 10, 2016 Ok so i would like to create a window that are going to change something in the code like ----------------------------------------------- ----------(here can u type)---------- -------------Done-------------------- This is a window with a done button and a here u can type and like the (here u can type) section u can tell how many times the program is going to loop like if i type 20 there it will loop 20 times is this possible plz give me a code on how i can do it im using the loop For $i = 1 to "any number" Next
Moderators JLogan3o13 Posted May 10, 2016 Moderators Posted May 10, 2016 Threads merged; please stick to one post "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
spudw2k Posted May 10, 2016 Posted May 10, 2016 Look up the following functions in the help file and you'll find enough code in the examples to piece together what you are trying to accomplish. GUICtrlCreateEdit() GUICtrlRead() For Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
X_xkijux_x Posted May 12, 2016 Author Posted May 12, 2016 (edited) @spudw2k i dont understand quite how i looked at the exsamples but dident found out how im gona use it. Do u meant that i shud make like options like 10 20 30 40 50 ect instead of my first idea? Edited May 12, 2016 by X_xkijux_x
spudw2k Posted May 12, 2016 Posted May 12, 2016 I'm saying all of the pieces needed to put together the script/function you want can be found in those examples. Do some trial an error with the examples; try copying code from the different examples, and piece them together to build your script. I'm trying to teach you to fish. Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
X_xkijux_x Posted May 15, 2016 Author Posted May 15, 2016 @spudw2k well but i dont know how to put on the worm so I NEED HELP XD
Developers Jos Posted May 15, 2016 Developers Posted May 15, 2016 So, what have you tried ? Did you open the Helpfile and look at the proposed functions and their examples? Show some code that you made and isn't working. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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