Multi line edit control problem

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
AHKStudent
Posts: 1472
Joined: 05 May 2018, 12:23

Multi line edit control problem

07 May 2018, 06:32

Hello

I need to paste data into a multi line edit control but sometimes the data is wider than the box (must be one per line)

data1 1545454654 4654
data2 8995968654
data3 598554

The problem is as you will note in my sample code, if I paste that into the first box it forces new lines and if I paste it into the secondbox it stays on one line

is there a way to fix this?

Code: Select all

#NoEnv
#SingleInstance Force
SetWorkingDir %A_ScriptDir%


Gui Add, Edit, x8 y16 w120 h159 Multi, 
Gui Add, Edit, x135 y16 w120 h159 -Multi, enter doesnt work

Gui Show, w290 h180, Multi
Return

GuiEscape:
GuiClose:
    ExitApp

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Chunjee, Google [Bot], Theda and 119 guests