O.S: Win98
Compiler: Dev-C++ version 4
Level: keen newbie

Hello,

Okay, I’ve missed something. I’ve created a text box with the code below. The problem is I can only enter or paste one line of text into the control. What property setting or argument(s) have I missed?

Thank you for your help

hmm


// the code:

hctlTextBox = CreateWindowEx(
WS_EX_CLIENTEDGE,
"Edit",
"",
WS_CHILD | WS_VISIBLE, 50, 50, 350, 400,
hwnd,
NULL,
hThisInstance,
NULL);