Write a window procedure to scroll string ‘‘Hello’’ in the Client Area by using Timer method.
Answers
Answered by
2
This section describes the changes you can make to an application's main window procedure to enable a user to scroll text. The example in this section creates and displays an array of text strings, and processes WM_HSCROLL and WM_VSCROLL scroll bar messages so that the user can scroll text both vertically and horizontally.
Similar questions