|
-
Jul 29th, 2001, 02:04 PM
#1
Thread Starter
Member
Control will only take one line of text. Why ?
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);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|