Kyle Hendrickson Posted October 11, 2005 Share Posted October 11, 2005 Does anyone know why I can't select all text using Ctrl-A in an Edit Control? I can right-click and choose "Select All" from the menu, but Ctrl-A doesn't select any text. The attached script will create a single Edit Control box so you can see the problem first-hand: Thanks for any assistance on this.SelectAllProblem.au3 Link to comment Share on other sites More sharing options...
Sokko Posted October 11, 2005 Share Posted October 11, 2005 Selecting all text with Ctrl-A is not an inherent behavior of Edit controls (usually it's just a menu shortcut for "Select All"), but you can easily program it with HotKeySet and the GUIEdit UDFs in the beta version. Type some text into the edit box in the attached script and try it out.SelectAllSolution.au3 Link to comment Share on other sites More sharing options...
Kyle Hendrickson Posted October 12, 2005 Author Share Posted October 12, 2005 Thanks for your help! It works like a charm! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now