Link to home
Start Free TrialLog in
Avatar of andrewyu
andrewyu

asked on

CEdit

MFCer,

How can I create a CEdit object with sunken edge ??????

Andrew
ASKER CERTIFIED SOLUTION
Avatar of Tommy Hui
Tommy Hui

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of andrewyu
andrewyu

ASKER

I had already tried this, but, I cannot ...... Why ??????

Andrew
you can also do this through:

1. the resource editor
2. PreCreateWindow
3. Create(         ...the extended flags param  )
I think, WS_BORDER and WS_EX_CLIENTEDGEare displayed in the same way. Do you use WS_BORDER?