Hi, I am using UltraTextEditor, Ctrl+C and Ctrl+V shortcuts are working for Copying and pasting. But Ctrl+A is not working, it is not selecting all text in TextEditor.
Do i have to code in KeyDown event of TextEditor in order to select all text from TextEditor, or am i missing some property of TextEditor?
I find the reason for this. If EnableVisualStyles is not set on project it does not work (CTRL+A). I added this:
Application.EnableVisualStyles()