Hi,
I've new class CDlgScrollable derived from CDialog class, which basically just adds scrollbars to View CWnd object (window) when needed. The code is pretty much from http://www.codeproject.com/KB/dialog/scroll_dialog.aspx
There new methods: OnHScroll, OnVScroll ... and overriden DialogProcDefault
inline BOOL CDlgScrollable::DialogProcDefault(HWND hWnd, UINT uMsg, WPARAM wParam...
2009-06-29 14:06:34 UTC in Win32++