I have noticed that an UltraTextEditor will accept almost every varation of CTRL+ except CTRL+A. Is this the way the control should work or do I have something set wrong? I have already programmed around this by adding my own keypreview but would like to know if I could have done something different when adding the control. Thanks.
If EnableVisualStyles is not set on project it does not work (CTRL+A). I added this:
Application.EnableVisualStyles()Hope this helps!