Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.01.16;
Скачать: CL | DM;

Вниз

ComboBox   Найти похожие ветки 

 
k_len ©   (2004-01-05 11:02) [0]

Можно ли в ComboBox выпадающий список делать шире чем сам ComboBox? Если да, то как?


 
Serge ©   (2004-01-05 11:12) [1]

An application sends the CB_SETDROPPEDWIDTH message to set the maximum allowable width, in pixels, of the list box of a combo box with the CBS_DROPDOWN or CBS_DROPDOWNLIST style.

CB_SETDROPPEDWIDTH
wParam = (WPARAM) wWidth, // width of list box, in pixels
lParam = 0, // not used, must be zero


Parameters

wWidth

Specifies the width of the list box, in pixels.



Return Values

If the message is successful, The return value is the new width of the list box.
If the message fails, the return value is CB_ERR.

Remarks

By default, the minimum allowable width of the drop-zdown list box is 0. The width of the list box is either the minimum allowable width or the combo box width, whichever is larger.

See Also

CB_GETDROPPEDWIDTH


 
Anatoly P   (2004-01-05 11:15) [2]

SendMessage(combobox1.Handle, CB_SETDROPPEDWIDTH, твое_число, 0);


 
k_len ©   (2004-01-05 11:50) [3]

Спасибо!!!



Страницы: 1 вся ветка

Текущий архив: 2004.01.16;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.032 c
1-49628
Крутыш
2004-01-04 20:49
2004.01.16
Хочу обработать!!!


14-49726
Style
2003-12-22 21:02
2004.01.16
Народ а почему мелкософт не хочет переписать GUI


1-49548
Werewolf
2004-01-02 08:28
2004.01.16
Как удалить символ перехода на новую строку из строки?


14-49732
Dmitriy O.
2003-12-24 14:54
2004.01.16
Кто сколько строк кода набивает в день ?


1-49499
lic_
2004-01-03 21:36
2004.01.16
Командная строка