I used visual c++ app wizard and created a single document. Then I opened a document(lots of data inside). In the function OnDraw() I plotted the data on the window.
Since the screen is not large enough to show all the data plot, can I know how I may add a horizontal scroll bar for this program
Thanks indeed.

how to add horizontal scroll bar for a single document?
AAtallah
Does http://msdn2.microsoft.com/en-us/library/2akd65d2.aspx help
Thanks, Ayman Shoukry VC++ TeamCrish