vikram deshmukh
June 9th, 1999, 03:46 AM
Hallo everybody ,
I knows OnDraw() is responsible for drawing the picure on Device
Context when the resizing of window takes place .
In my application , in the view-class implementation file , i'm displaying
a picture ,using a function other than OnDraw(). In that function i'm
getting a pathname from some other dialog .
In such a way i'm displaying many small pictures in the same DC . But in
case if i resize the window , then previous picturs goes out .
Is there any mechanism such that previous contents on the DC gets
restored , even after resizing the window ?
Please ...
Thanks in advance !
vikram
I knows OnDraw() is responsible for drawing the picure on Device
Context when the resizing of window takes place .
In my application , in the view-class implementation file , i'm displaying
a picture ,using a function other than OnDraw(). In that function i'm
getting a pathname from some other dialog .
In such a way i'm displaying many small pictures in the same DC . But in
case if i resize the window , then previous picturs goes out .
Is there any mechanism such that previous contents on the DC gets
restored , even after resizing the window ?
Please ...
Thanks in advance !
vikram