在 1997年4月30日星期三UTC+8下午3时00分00秒,Dan Rhein写道:
i had met such a issue before , this is my solution :
in MFC CMainFrame class find out the class member function
CMainFrame::PreCreateWindow(CREATESTRUCT& cs)
add following code lines :
cs.style|=WS_VSCROLL; // add the vertical scroll
cs.style|=WS_HSCROLL; // add the horizontal scroll
when your child windows engage the mainframe edge , the relative scroll bar would go work