Hi,
I have made an EDIT textbox, and now i want to put some text in it! I have used this code:
SendMessage(EDIT, WM_SETTEXT, 0, (LPARAM)(LPCTSTR)"I wnat to make more then one line of text \nbut it wont make more then one line!"
when I created the EDIT box i have used the ES_READONLY and ES_MULTILINE.... Why won't the EDIT box not make more then one line??? what are I'm doing wrong???
Thanks
..:::Ali£nWar:::..
I have made an EDIT textbox, and now i want to put some text in it! I have used this code:
SendMessage(EDIT, WM_SETTEXT, 0, (LPARAM)(LPCTSTR)"I wnat to make more then one line of text \nbut it wont make more then one line!"
when I created the EDIT box i have used the ES_READONLY and ES_MULTILINE.... Why won't the EDIT box not make more then one line??? what are I'm doing wrong???
Thanks
..:::Ali£nWar:::..