jiglei Posted July 3, 2009 Posted July 3, 2009 Hi, what I pretend is to change a control's text into another, but not only with one line, like having a line, a dot, and then keeping on the next line. I have no idea how to do it, is this possible at all? All I can do is: controlsettext( "window","", ID, "Hello this is some text.") What I pretend is to set the text to something like this: CODEThis is some text. This is some text in another line. But, if I set the new texto for instances: $sText1 = ControlGetText("Window", "", ID) Controlsettext("Window", "", 4, "" & $sText1 & _ "New text to be sent " & $Char1) Same, I'd like to do obtain the results also to MsgBox's, would be really helpful. Hope someone can explain me how to do these, it smells like a super easy thing that I didn't learn yet . Thanks in advance.
KaFu Posted July 3, 2009 Posted July 3, 2009 Maybe something like works? controlsettext( "window","", ID, "Hello this is" & @crlf &"some text.") OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2025-May-18) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
jiglei Posted July 3, 2009 Author Posted July 3, 2009 Maybe something like works? controlsettext( "window","", ID, "Hello this is" & @crlf &"some text.")Thank you, works perfectly Im such a noob at this xD it was so easy.
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