kamesankamesan Posted February 8, 2020 Posted February 8, 2020 Hi, I need to be able to WinMove windows from different CLASS. I have a loop to WinMove several windows, but i discover that some windows are different CLASS and not affected by WinMove. What is the correct syntax to Add a Class into a WinMove? I can't get it... WinMove("[TITLE:"&$Title&";CLASS:WMgrBasic|Qt5QWindowIcon;]" ,"",$X, $Y, $SX ,$SY) is not working WinMove("[TITLE:"&$Title&";CLASS:WMgrBasic;|Qt5QWindowIcon;]" ,"",$X, $Y, $SX ,$SY) is not working WinMove("[TITLE:"&$Title&";CLASS:WMgrBasic|CLASS:Qt5QWindowIcon;]" ,"",$X, $Y, $SX ,$SY) is not working WinMove("[TITLE:"&$Title&";CLASS:WMgrBasic;|CLASS:Qt5QWindowIcon;]" ,"",$X, $Y, $SX ,$SY) is not working Please help me, i need to fix that quickly. Thank you for your help.
seadoggie01 Posted February 8, 2020 Posted February 8, 2020 Per the docs here: https://www.autoitscript.com/autoit3/docs/intro/windowsadvanced.htm You need to double any semi-colons contained in the value: "Note : if a Value must contain a ";" it must be doubled." All my code provided is Public Domain... but it may not work. Use it, change it, break it, whatever you want. Spoiler My Humble Contributions:Personal Function Documentation - A personal HelpFile for your functionsAcro.au3 UDF - Automating Acrobat ProToDo Finder - Find #ToDo: lines in your scriptsUI-SimpleWrappers UDF - Use UI Automation more Simply-erKeePass UDF - Automate KeePass, a password managerInputBoxes - Simple Input boxes for various variable types
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