News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Read Only Edit

Started by cman, March 25, 2014, 02:19:29 AM

Previous topic - Next topic

cman

How do I set an edit control so that it is "read only" for users but still allows the application to write to the control ( without giving an error tone when the application tries to write to the control )? Thanks for any information.

x64Core

You can use either ES_READONLY (CreateWindow) or EM_SETREADONLY.