I'm having a hard time with my Windows XP. Ctrl+A combination does not select all text in some textboxes throughout whole system. For instance it does not work in start->Run command window nor does it work in my own WinForms application that I've developed under .NET 3.5 framework.
On the other hand CTRL+A does work in Firefox or IE8 location bar.
What can be the source of that problem?
02 Answers
Wherever the CTRL+A shortcut does not work you can use SHIFT+< key or SHIFT+HOME keys to select all. It works everywhere in the system.
Strictly speak there is no problem here to try and find the source of.
As a shortcut, Ctrl+A = Select All is not something implemented by Windows.
It will only work in those programs that implement this shortcut themselves, not universally across the system.
1