Hia. I've tried to put up a scroller like this:
EnableScrollBarCtrl(SB_VERT,TRUE);
SetScrollRange(SB_VERT,0,1000,TRUE);
My scrollbar appears, but it's not scrollable at all, even though my ondraw draws beyond the borders. How do I enable it?
Sincerely yours
Niklas




Reply With Quote