I have Edit Controls and Rich Edit controls in my application that are read-only. But on top of that, I want to make it so I can't select the text or even do anything with it, only display. I did not make it static because when I first made my application I didn't know any better. The ways I thought about solving it would be to disable it. The problem is that if I disable them, they get grey. Is there any good option other than replacing them? Also, for some reason, the "no hide selection" is not working at all. When I select something and then kill the focus, it stays selected...
Info: IDE: Visual Studio 2010 - Ultimate / Border: Dialog Frame
Thanks for your attention