News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Question on EditText

Started by juzi, January 05, 2012, 12:11:13 PM

Previous topic - Next topic

juzi

hi guys,there is a problem i don't know how to solve.

I am using radasm3 and ML10, use the template "DialogAsMain" , and then add an EditText

the problem is the EditText only accept few chars , the length is limited by the Width of the EditText.

I tried to use EM_LIMITTEXT , but don't work

not native English speaker, sorry for my English, hope you understand what I'm saying.

jj2007

You need either ES_AUTOHSCROLL or ES_MULTILINE.

juzi

not native English speaker, sorry for my English, hope you understand what I'm saying.