|
Guide
Guides are visual cues such as lines or boxes in a bedit control. Guide
configuration informs the recognizer of the types and locations of guides displayed
for the user. With this information, the recognizer can confidently determine
which pen strokes constitute a single character or shape. For an illustration of
box guides, see the "The bedit Control" section in Chapter 3, "The Writing
Process."
To establish guide configuration, an application calls the SetGuideHRC function, providing a pointer to a GUIDE structure:
GUIDE guide;
.
.
.
iRet = SetGuideHRC( hrc1, (LPGUIDE) &guide, 0 );
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 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|