This code makes a single line textbox. How can I make a multiline textbox with a vertical scollbar?Code:HWND Edit1; Edit1 = CreateWindowEx(WS_EX_CLIENTEDGE, "Edit", "", WS_CHILD | WS_VISIBLE, 0, 80, 200, 200, ghWnd_Main, NULL, hInstance, NULL);
|
Results 1 to 3 of 3
Thread: Multiline edit box w/scrollbars
|
Click Here to Expand Forum to Full Width |