|
-
May 21st, 2020, 08:46 AM
#33
Re: How to do flat style of CEdit (EDITTEXT) and CComboBox in CDialog
 Originally Posted by Beginner_MFC
CRect is taking (int l, int t, int r , int b).. from resource editor how can i do CreareEx()?
Now look at the numbers you're passing in. Do they make sense?
If you use the dialog editor, you don't need to call any kind of create. And again, you don't need CreateEx. I only mentioned it previously because you were using an extended style. The extended style is what is causing you problems.
I used the toolbox and dragged an edit control onto a dialog. Making no changes, it looked exactly like what you wanted.
Tags for this Thread
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
|