Link to home
Start Free TrialLog in
Avatar of princesspatti
princesspatti

asked on

combo box in windows ce c++

I can't set the property owner draw on a combo box.  Does anyone have a way of doing this.  I want to change the color of inputs to the list
Avatar of Mikal613
Mikal613
Flag of United States of America image

evc?

c++ .net??

ce 4.2?
ce 3.0?
Avatar of princesspatti
princesspatti

ASKER

ce 3.0

Combo1.ForeColor = vbRed;
I guess I wasn't quite clear I am using evc pocket PC 2003 in a c++ environment.
ASKER CERTIFIED SOLUTION
Avatar of Mikal613
Mikal613
Flag of United States of America image

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
I will look it over the naim problem I have is the user draw functionality is not available.  I guess inheriting from the other box types will solve it?
perhaps lets try it