How do I make scrollbars?
I've tried add the stuff from MSDN and nothing showed up.

I am trying to make a scrollbar for a MDI child window.
It will not be an automatic scrollbar to scroll anything in the window, but I will draw the window contents depending on the position of the scrollbars.

Some sample code of scrollbars in a MDI app would really help.