chewlim
September 13th, 1999, 09:08 PM
I had created a ComboBox using :-
handle = CreateWindowEx(...,"COMBOBOX",CBS_DROPDOWNLIST | WS_CHILD,...);
SendMessage(handle,CB_ADDSTRING,0,(LPARAM)(LPSTR)myText);
It created the ComboBox, and it looks fine. BUT when i clicked the ComboBox, the drop down list appears to be one thin line.
I had tried :-
SendMessage(handle,CB_SETITEMHEIGHT,...,...);
and had used several setting but it still appear as a thin line.
Please advice,
Thanks.
chewlim
handle = CreateWindowEx(...,"COMBOBOX",CBS_DROPDOWNLIST | WS_CHILD,...);
SendMessage(handle,CB_ADDSTRING,0,(LPARAM)(LPSTR)myText);
It created the ComboBox, and it looks fine. BUT when i clicked the ComboBox, the drop down list appears to be one thin line.
I had tried :-
SendMessage(handle,CB_SETITEMHEIGHT,...,...);
and had used several setting but it still appear as a thin line.
Please advice,
Thanks.
chewlim