I have an MFC SDI application, and I set aside the rectangle bounded by the left 200 pixels of the window for a listing of files. I am now finding out I didn't plan all that well, and that the listing is too long to go in the rectangle I have set aside,
so I want to add a vertical scrollbar in the window on the right side of the 200 pixel boundary (not on the right side of he SDI window), that scrolls the listing in the rectangle. I would like to use CScrollbar, and I have found all the public methods
(Create, EnableScrollBar, etc.). However, I really need an example that shows how to set all this up. Google hasn't been help with this. Thanks.
↧