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

Как получить Handle скроллбара Listbox?   Найти похожие ветки 

 
Ali   (2003-03-26 08:58) [0]

Собственно сабж :-)


 
MBo ©   (2003-03-26 09:06) [1]

а нет у него хэндла - это не отдельный элемент класса SCROLLBAR, а часть стиля окна, т.е. скроллбар просто рисуется.


 
Ali   (2003-03-26 09:17) [2]

А если я его хочу самостоятельно отрисовывать?


 
Игорь Шевченко ©   (2003-03-26 09:18) [3]

Ali (26.03.03 09:17)

Тогда надо перехватывать сообщение WM_NCPAINT, WM_NCACTIVATE и т.д.


 
Ali   (2003-03-26 09:19) [4]

Хм...а как же функция
GetScrollInfo function retrieves the parameters of a scroll bar, including the minimum and maximum scrolling positions, the page size, and the position of the scroll box (thumb).

BOOL GetScrollInfo(

HWND hwnd, // handle of window with scroll bar
int fnBar, // scroll bar flag
LPSCROLLINFO lpsi // pointer to structure for scroll parameters
);


Parameters

hwnd

Identifies a scroll bar control or a window with a standard scroll bar, depending on the value of the fnBar parameter.

fnBar

Specifies the type of scroll bar for which to retrieve parameters. This parameter can be one of the following values:

Value Meaning
SB_CTL Retrieves the parameters for a scroll bar control. The hwnd parameter must be the handle of the scroll bar control.
SB_HORZ Retrieves the parameters for the given window"s standard horizontal scroll bar.
SB_VERT Retrieves the parameters for the given window"s standard vertical scroll bar.


 
Игорь Шевченко ©   (2003-03-26 11:46) [5]

Ali (26.03.03 09:19)

Все правильно. Эта функция возвращает информацию о стандартных Scrollbar"ах окна, заданного параметром HWND в случае указания SB_HORZ или SB_VERT и об окне класса Scrollbar в случае указания SB_CTL.

Но для собственной отрисовки все равно надо переопределять обработку сообщений WM_NCxxxxxx



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

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



Память: 0.46 MB
Время: 0.013 c
7-83770
X-RayMan
2003-03-29 15:18
2003.05.26
TerminateProcess и разная фигня...


3-83374
SergeyZZZ
2003-05-06 10:56
2003.05.26
D5, MS SQL 2000


4-83795
Num Lock
2003-03-26 15:21
2003.05.26
Как без окна обработать сообщения от всплывающего меню?


1-83602
Imshanya
2003-05-14 13:25
2003.05.26
Хочу добавить форме published property


3-83369
RDA
2003-05-04 17:20
2003.05.26
Глюки в цыкле с таблицей




   Наверх