|
-
August 9th, 1999, 04:22 PM
#1
CEdit woes
Hi. This is probably a very simple question, but for one reason or another, the answer has been eluding me. I'm trying to create a CEdit control in an SDI application. I call the CEdit::Create function in the OnInitialUpdate function of the view, with the following window styles:
WS_CHILD
WS_VISIBLE
WS_BORDER
WS_EX_CLIENTEDGE
WS_VSCROLL
ES_MULTILINE
ES_AUTOVSCROLL
When I run the application, it runs, and creates the edit box. The problem, is that the edit box is not 3D. It is simply bordered by a single pixel thick black line. It should look like a standard edit box (like one you would put onto a dialog). Why is this happening?
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
|