Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.07.28;
Скачать: 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 вся ветка

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

Наверх




Память: 0.46 MB
Время: 0.012 c
3-91621
Step[B.M.]
2003-07-04 08:51
2003.07.28
Как организовать цикл по записям в процедуре InterBase


3-91677
Sedunov Vitaly
2003-07-06 13:10
2003.07.28
SQLStoredProc


11-91698
IZVER
2002-11-18 08:42
2003.07.28
Сокеты, прокси....


14-91864
AlexGreG
2003-07-11 08:22
2003.07.28
... Запрос, как много в этом звуке ...


3-91666
Солер
2003-07-05 10:39
2003.07.28
Как посчитать сумму в столбце?