Passing Ink Between Hedit Controls (90485)
The information in this article applies to:
- Microsoft Windows for Pen Computing 1.0
This article was previously published under Q90485 SUMMARY To pass ink between hedit controls, an application must
capture the ink when the hedit control's parent window receives the HN_ENDREC
notification message. Then the application does either of the following:
- Sends a WM_HEDITCTL message with wParam set to
HE_SETINKMODE to begin collecting ink, and sends a WM_HEDITCTL message with
wParam set to HE_STOPINKMODE to stop collecting ink.
- Specifies RCO_SAVEHPENDATA in the lRcOptions field of the
RC data structure.
INK2H is a file that demonstrates capturing ink and using the
WM_HEDITCTL message.
Modification Type: | Minor | Last Reviewed: | 8/4/2004 |
---|
Keywords: | kbdownload kbdownload kb16bitonly kbfile kbSample KB90485 |
---|
|