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.
You can use either ES_READONLY (CreateWindow) or EM_SETREADONLY.