I have a MFC based Dialog application. I would like to preserve the previous scrolled position of the window and reshow the same position after resizing the dialog. How can I achieve it?
I am using OnSize() Method to handle the Window Resizing. Could you please provide a logic to preserve and reshow the previous window & scrollbar position after resizing