|
The Writing Process
This chapter begins a series of three chapters that describe the three main
stages of converting pen input into valid computer data. This chapter looks at
the writing process. The next two chapters discuss the processes of inking and
recognition.
The writing process includes the various ways a user can write input to a
pen-based application. These involve not only writing words and scribbling figures
with a pen, but also gesturing with predefined pen movements and tapping an
on-screen keyboard.
This chapter is divided into three main sections, each discussing a different
method by which an application can accept writing from the pen. The first
section describes the pen edit controls, which are pen-based versions of a standard
Windows edit control. The second section discusses ink input application programming interface (API) services, which allow an application
to govern pen interaction at a lower level than edit controls. The final
section briefly describes the on-screen keyboard.
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
TMS Scripter Studio Pro components for Delphi/C++Builder
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
|