i want to know how to code a editbox which can hold multiple strings in a row.
i already checked the option multiple lines, but i want them in a row
i mean this
string1 string2 ... string10
i have read something about EM_REPLACESEL and EM_REPLACESE, but it doesnt not work for me. the string are still at the first line, and it when calling the second string it will replace the first one
i used this code to set the cursor to the next line
Invoke SendMessage, hEditBox, EM_REPLACESEL, TRUE, Addr CRLF ; defined in .const: CRLF db 13,10
or
Invoke SendMessage, hEditBox, EM_REPLACESEL, TRUE, Addr CRLF
This post has been edited by Latias: 29 August 2012 - 12:17 PM

New Topic/Question
Reply



MultiQuote






|