Re: Win32Lib - addStyle/removeStyle
- Posted by Robert Szalay <robsz1 at hotpop.com> Mar 13, 2003
- 484 views
Well actually... You can acheive this effect via sendMessage. Enable read-only: junk = sendMessage(RichEditID, EM_SETREADONLY, 1, 0) Disable read-only: junk = sendMessage(RichEditID, EM_SETREADONLY, 0, 0) Regards, Robert Szalay