News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

read only edit box

Started by nrdev, June 15, 2009, 01:56:25 PM

Previous topic - Next topic

nrdev

Is there a way I can create a read only text box, or to make an edit box disabled for typing?

MichaelW

You can set the style for the control to ES_READONLY, either when you create the control or by sending it an EM_SETREADONLY message.
eschew obfuscation

nrdev