The MASM Forum

General => The Campus => Topic started by: cman on March 25, 2014, 02:19:29 AM

Title: Read Only Edit
Post by: cman on March 25, 2014, 02:19:29 AM
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.
Title: Re: Read Only Edit
Post by: x64Core on March 25, 2014, 02:41:54 AM
You can use either ES_READONLY (CreateWindow) or EM_SETREADONLY.