In my project, I need to set the combo Box's style as dropdownlist and ownerdrawvarialble , in the vc6.0, I can do that,but in vs2005,I don't know
where to set
ps ,I've tried the ModifyWindowStyle api,it doesn't work.
Can someone give me help thanks

where does the combo box's dropdown property go?
Tony Lee
If u find how to do this ,please tell me.
my MSN : liufei_para@hotmail.com
MattMasotti
Hi,Martin:
I create a new project built on Pc today,and now I can find Type In
Appearance and finish the setting.It's Ok.
My prior project is built on Pocket Pc and I find in PPC neither lists nor combo
boxes are owner-drawable.
That's the problem and I'll try other way to solve it.
Thank you!
Bilbrelb
Than open the property window for the combo box (Alt+Enter).
Look into the section Appearance , the list of properties is sorted, look for Type, there it is: Simple, Drop List, Dropdown
If you are talking about the basic styles you need to give the style while creating the combo box, ModifyStyle can not change the basic style of a combo box. In this case you have to destroy the old one, and create a new one.
THumphr
sorry to have post this question here... can anyone tell me what is the name of the asp control for combo box.. one that is a combination of textfield and drop down list..
if there isn't can anyone point me to any website that provide a third-party control which is for commerical use and is free
Imperabe
Thank u!
My problem is that ,in my IDE(vs2005bate2), I can't find Type in section Appearance.
Which IDE are you using,vs2005bate2 or some else
pychobj
I remembered that it was the same. I will recheck this.