hello:
I have a question.
I use VC++6.0 MFC ScrollView class.
When I setup the map mode in View OnInitialUpdate()function
use SetScrollSizes(MM_HIENGLISH, sizeTotal);OnDraw()function use
pDC->SetMapMode(MM_HIENGLISH).
But the coordinate value still is the screen left-up is 0,0.
If ScrollView class only use MM_TEXT.I need setup the left-buttom
is 0,0.
Would you help me?