|
-
September 13th, 1999, 09:08 PM
#1
Combo Box
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
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
|