Вниз
Скачать: CL | DM;

Как отловить нажатие по элементу ListBox а?   Найти похожие ветки 

 
_sMile   (2003-05-24 10:04) [0]

@


 
Nick Denry ©   (2003-05-24 15:36) [1]

An application sends the LBN_DBLCLK notification message when the user double-clicks a string in a list box. The parent window of the list box receives this notification message through the WM_COMMAND message.

LBN_DBLCLK
idListBox = (int) LOWORD(wParam); // identifier of list box
hwndListBox = (HWND) lParam; // handle of list box


Remarks

Only a list box that has the LBS_NOTIFY style will send this notification message.

See Also

LBN_SELCHANGE, WM_COMMAND



Кажется так (c) Винни-пух



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

Скачать: CL | DM;



Память: 0.44 MB
Время: 0.008 c
6-91787
yaJohn
2003-05-22 11:23
2003.07.28
Как работает DNS?


6-91783
MegaVolt
2003-05-22 11:10
2003.07.28
Как определить по имени компа реально включен ли он или нет?


14-91904
Dmitriy O.
2003-07-09 15:08
2003.07.28
Некие принципиальные механизмы создания самообучающихся программ


1-91758
yaJohn
2003-07-15 15:12
2003.07.28
Трабла с ObjectPascal. const mbNew = Succ ( High (TMsgDlgBtn) );


14-91878
zx
2003-07-11 17:00
2003.07.28
C#Builder




   Наверх