|
Targeting
An application based on version 2.0 of the Pen API can create multiple windows
and writing areas on the screen that simultaneously accept pen input.
Targeting allows the application to govern the distribution of input data to the proper
window.
For example, a forms application can establish targeting information for each
of several controls on the screen. Even if the user writes in the controls in
arbitrary order, targeting ensures the pen data arrives at the proper window
procedure.
For more information on targeting, see "Step 2: PE_SETTARGETS Message" in
Chapter 2, "Starting Out with System Defaults." Also see the reference sections for TARGET and TARGINFO in Chapter 11, "Pen Application Programming Interface Structures."
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
|