Possible bug with MFC7?
I have been writing an MFC SDI Doc/View app which makes use of the print preview facility provided. I have been experiencing some weird issues, so I decided to do a simple test.
I created a new empty project of the same type using the MFC app wizard. I then built and run this new default project without making any changes, and the same problem occurs here. Both of these projects are using Microsoft Visual Studio .NET Pro 2003.
I created the same default project using Visual C++ 5.0 Pro, and the problem does not exist. So it appears the bug is within the later version of the MFC library.
The Problem:
=========
When in print preview mode, when fully zoomed out the zoom cursor works correctly. When zoomed in to any amount the zoom cursor does not work correctly.
When moved to the right side of the page layout, the cursor reverts back to the default arrow cursor, and clicking has no effect on the zoom. When the cursor is moved to the left of the view (i.e. where there is dark grey area to left of page) the cursor changes to the zoom cursor.
This is clearly a problem, but is it just me experiencing this? Does anybody know a way around this issue?
Many thanks,
Lea Hayes

