joeh1001
January 2nd, 2003, 09:03 PM
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
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