scrollbar control messages
case WM_HSCROLL:
BOOL GetScrollBarInfo(
HWND hwnd, // handle to window or to scroll bar??
LONG idObject, // scroll bar object... I don't know what this is?
PSCROLLBARINFO psbi // how do i use this?
);
break;
Help I'm new to c++ and windows API
Thanks,
Joe
[345 byte] By [
joeh1001] at [2007-11-18 0:39:42]

# 1 Re: scrollbar control messages
It is always a good idea to do a basic search of available information. Look Here ( http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/scrollbars/scrollbarreference/scrollbarfunctions/getscrollbarinfo.asp)