Ecovrwrt.exe - Multiline Edit Control Overwrite Mode

ID: Q81610


The information in this article applies to:
  • Microsoft Windows Software Development Kit (SDK) versions 3.0, 3.1


SUMMARY

Ecovrwrt.exe is a file in the Microsoft Software Library that demonstrates how an application can implement a multiline edit control in which the user can toggle between "insert" mode and "overwrite" mode. In insert mode, new text pushes any existing text further to the right. In overwrite mode, new text replaces any existing text.

To implement overwrite mode, Ecovrwrt.exe subclasses the multiline edit control. When the control is in overwrite mode, when the control receives a WM_CHAR message, the character after the selection point is selected and replaced with the character in the wParam of the message.


MORE INFORMATION

The following files are available for download from the Microsoft Download Center. Click the file names below to download the files:


Ecovrwrt.exe

For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address

http://www.microsoft.com/downloads/search.asp
and then click How to use the Microsoft Download Center.

Additional query words:

Keywords : kbfile kbsample kb16bitonly kbCtrl kbEditCtrl kbGrpUser kbWinOS310 kbWinOS300
Version : WINDOWS:3.0,3.1
Platform : WINDOWS
Issue type :


Last Reviewed: December 3, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.