|
Scrolling Text with the WM_CREATE Message
Scrolling units are typically set while processing the WM_CREATE message. It is convenient to base the scrolling units on the dimensions of
the font associated with the window's display context (DC). To retrieve the font
dimensions for a specific DC, use the GetTextMetrics function.
In the example in Example of Scrolling Text, one vertical scrolling unit is equivalent to the height of a character cell,
plus external leading. One horizontal scrolling unit is equivalent to the
average width of a character cell. The horizontal scrolling positions, therefore,
do not correspond to actual characters, unless the screen font is fixed-width.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|