Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1871
UltraTextEditor will not allow CTRL+A
posted

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.

Parents
No Data
Reply
  • 470
    Offline posted

    If EnableVisualStyles is not set on project it does not work (CTRL+A). I added this:

    Application.EnableVisualStyles()

    Hope this helps!
Children
No Data