Win32Lib - addStyle/removeStyle
- Posted by Jonas Temple <jtemple at yhti.net> Mar 12, 2003
- 476 views
Anyone have any experience with addStyle/removeStyle? What I'm wanting to do is add/remove the ES_READONLY style from a rich edit during program execution. When I use these routines nothing happens. I've tried using setEnable() but if the control is disabled the scroll bar is also disable, therefore the user cannot scroll down through the text. Any suggestions? Thanks! Jonas