Click to See Complete Forum and Search --> : Scrolling in CFrameWnd derived class


April 15th, 1999, 10:19 PM
How do I implement scrolling for a CFrameWnd derived class called CMyFrame? I have added the OnHScroll() and OnVSroll() but
they don't seem to get called. How do I ensure that the window gets scrolled correctly when the user drags the scrollbars?

Another thing is that the controls I have created inside the frame window disappear after I try to resize the window. How do I
prevent this from happening??

Thanks alot!