Kratos Posted January 13, 2018 Posted January 13, 2018 HOLA!!...Hey everybody...I'm wondering if there's a way to change msx bow language.....To clarify more, i'm trying to auto run a programe.. in the same time and when i press a "Button" msg box pop UP with Incomprehensible language..so is there a posibility to change msg box language or programe language??? .....and if i can hide it ??any idea thankyou....(I Appolgize about my english language)
DynamicRookie Posted January 13, 2018 Posted January 13, 2018 (edited) Hola! Je pense que votre installation de AutoIt est en chinois, essayez de réinstaller à nouveau Envoyez-moi un message si vous trouvez un autre problème ATT: Dynamic Edited January 13, 2018 by DynamicRookie Je suis désolé pour mon mauvais français
careca Posted January 13, 2018 Posted January 13, 2018 (edited) I think you can retrieve the text from the msgbox and translate it. Turns out it doesn't seem as hard as i thought i might be, if it's a normal window.. This is an example for a delete file Local $Gettxt = ControlGetText ( "Delete File", "", 16779 ) ConsoleWrite('$Gettxt - '& $Gettxt &@CRLF) ControlSetText ( "Delete File", "", 16779 , 'whoops') Edited January 13, 2018 by careca 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
UEZ Posted January 13, 2018 Posted January 13, 2018 Something like this here? Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ
careca Posted January 14, 2018 Posted January 14, 2018 That is only for the buttons, but is a step in the right way. 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
water Posted January 14, 2018 Posted January 14, 2018 Welcome to AutoIt and the forum! The text that gets displayed in the MsgBox is created by the application. Did you check if it is possible to change the language of the application by a configuration setting (ini-file, registry etc.) or by setting the language when installing the application? Which application are we talking about? This information makes it much easier to help you My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
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