Hello all,
having written a small single document application in VB6, with a few text entry fields, I see that Ctrl-C, Ctrl-V, Ctrl-X is working to Copy, Paste and Cut text without adding any code.
There's even a pop-up (context) menu with the option to select all text.
But please enlighted me folks, why has the "standard "keyboard shortcut to select all text, Ctrl+A, not been implemented or why is it not working?
What is the easiest way to implement this shortcut? I mean obviously the code the select all text in a text field is already in all applications with at least one text field. Is there any way to assign a shortcut to that existing code?
Thanks a bunch...
having written a small single document application in VB6, with a few text entry fields, I see that Ctrl-C, Ctrl-V, Ctrl-X is working to Copy, Paste and Cut text without adding any code.
There's even a pop-up (context) menu with the option to select all text.
But please enlighted me folks, why has the "standard "keyboard shortcut to select all text, Ctrl+A, not been implemented or why is it not working?
What is the easiest way to implement this shortcut? I mean obviously the code the select all text in a text field is already in all applications with at least one text field. Is there any way to assign a shortcut to that existing code?
Thanks a bunch...