my project is Dialog-based, i need a static control to draw some
filled-rectangles with text in it . while it is dynamic , so maybe i need a
scrollbar .
I make my CMyStatic class derived from CStatic , in it's PreCreateWindow :
cs.style |= WS_VSCROLL;
so it can show it's V scrollbar, but this scroll bar just does not work ~
how could i do ?
(BTW:I have choosed the Notify,and my static control can response message)