Rotating view
-
I want to rotate view and also want to add a feature of viewing multiple documents (2/4) in single view (Just like Adobe PDF reader provides). Any help ?
"C makes it easy to shoot yourself in the foot. C++ makes it harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
-
I want to rotate view and also want to add a feature of viewing multiple documents (2/4) in single view (Just like Adobe PDF reader provides). Any help ?
"C makes it easy to shoot yourself in the foot. C++ makes it harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
To make more documents but in different windows you can use multiple instance of an SDI application, if you want them in one only instance, then MDI app
Regards. -------- M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you “The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson Rating helpfull answers is nice, but saying thanks can be even nicer.