dayofshadows Posted January 24, 2019 Posted January 24, 2019 I've attached a sample of my code. I'm just starting this version and was trying to check the status of a checkbox. I'm not sure if I am doing a roundabout way of doing this and i could make it simpler. The current version is supposed to check a box and change the status of one box depending so that i can see if it is functioning or not.
careca Posted January 24, 2019 Posted January 24, 2019 Why not change the line to "If controlcommand(etcetc) = 1 Then"? Since it's giving an error, what else did you try? Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
jdelaney Posted January 25, 2019 Posted January 25, 2019 (edited) Why would you send a screenshot and not the text of the script? You have a very easy to fix issue, but you are forcing me to need to read your image, and type it myself. Hint: you don't have close parenthesis on wingettitle Hint2: Wingettitle is redundant in that situation...you can just use the CLASS...like "[CLASS:Your_windows_class_here]" Edited January 25, 2019 by jdelaney IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
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