
Reading a single line in a multiline textbox
Quote:
>Let me rephrase my question:
>I can't find anything on how to read a SPECIFIC line in a
>multiline text box containing MORE than one line of text.
>example:
>Textbox line 1
>Textbox line2
>Textbox line 3
>Textbox line 4
>I need to read line 3 from above without knowing what text has been
>input in line 3.
You need to send the message EM_GETLINE to the textbox specifying the
line you want to retrieve.
See article Q76518 in Knowledge Base.
Hope this helps
Ruben Rossie