OnSize() function help
C / C++ / MFC
3
Posts
2
Posters
2
Views
1
Watching
-
Hi all I am a view class which is derived from CScrollView.I am overriding OnSize() function. But when the window is minimized or maximized it is not calling.When it is restored it is calling. Can anybody help me.I have to do some calculations when the window is minimized. Thanks and regards Deepu.
-
Hi all I am a view class which is derived from CScrollView.I am overriding OnSize() function. But when the window is minimized or maximized it is not calling.When it is restored it is calling. Can anybody help me.I have to do some calculations when the window is minimized. Thanks and regards Deepu.
-
Thanks a lot.