Computer Science, asked by amyblessy1769, 11 months ago

Write a window procedure to scroll string ‘‘Hello’’ in the Client Area by using Timer method.

Answers

Answered by mdivya9231
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