Ctrl+A (select all) does not work in some textboxes throughout Windows XP

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?

0

2 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like