Combo Box Dropdown List Width 
Author Message
 Combo Box Dropdown List Width

Anyone out there have any ideas on how to make the combo box
dropdown list wider than the combo box itself? Any suggestions
would  be helpful. By the way, I'm still using vb3.

Thanks
Mike.........



Sun, 24 Sep 2000 03:00:00 GMT  
 Combo Box Dropdown List Width

Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd
As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long

Dim lRetVal As Long
Dim lDropListWidth As Long

lDoprListWidth = ListWidth_In_Pixels

lRetVal = SendMessage(Combo.hWnd, CB_SETDROPPEDWIDTH, lDropListWidth, 0&)

-Rob

Quote:

>Anyone out there have any ideas on how to make the combo box
>dropdown list wider than the combo box itself? Any suggestions
>would  be helpful. By the way, I'm still using vb3.

>Thanks
>Mike.........



Mon, 25 Sep 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Newbie: Set a combo box style(2)/Dropdown list to the first element in the list

2. Newbie: Set a combo box style(2)/Dropdown list to the first element in the list

3. Newbie: Set a combo box style(2)/Dropdown list to the first element in the list

4. Default value for dropdown combo list box?

5. Combo Box - no2 dropdown list problem

6. Combo Box dropdown list

7. Combo Box / Dropdown list

8. COMBO BOX, STYLE : DROPDOWN LIST

9. Locked Combo Box BUG (Dropdown List Style)

10. Combo Box List Width

11. Combo Box - List Width

12. Modify the Width of the Drop Down List in a Combo Box

 

 
Powered by phpBB® Forum Software