Selecting Objects

Written by Allen Wyatt (last updated May 6, 2019)

1

The Windows interface relies on a series of objects to represent either logical or physical items. For instance, there are objects that represent files, hardware devices, and other resources. The existence of an object within Windows is shown by an icon. This means that every icon you see in Windows represents an object, either logical or physical.

There may be times when you need to select an object. This is natural, because Windows requires that you select an object before you can act upon that object. Selecting a single object is easy—you simply point at it with the mouse pointer and then click on the left mouse button. The method that you use to select multiple objects may not be as evident, however.

There are two ways that you can select multiple objects. The first allows you to select all of the objects between a starting point and an ending point. For example, if you have a list of files shown on the screen, you can select a consecutive group of files by following these steps:

  1. Select the first object that you want in the group.
  2. Hold down the Shift key and select the last object that you want in the group.

The second method of selecting multiple objects is to select a noncontiguous group. To do so, you can use the following steps:

  1. Select the first object that you want in the group.
  2. Hold down the Ctrl key and select the next object that you want in the group.
  3. If necessary, hold down the Ctrl key and click on an object that you previously selected; it is then removed from the group.
  4. Repeat steps 2 and 3 until you select all of the objects that you want in the group.

Once you select the objects that you want to act upon, you can then specify the action. For instance, you may want to move a group of files to another drive or you may want to delete a group of icons on the desktop. Each of these actions is more efficient when you take the action only once on an entire group of objects, rather than repeating the steps to perform the action on individual objects.

 This tip (10861) applies to Windows 7, 8, and 10.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Swapping Two Strings

Strings are used quite frequently in macros. You may want to swap the contents of two string variables, and you can do so ...

Discover More

Incomplete and Corrupt Sorting

Using the sorting tools, on the toolbar, may result in some unwanted results, such as jumbled data. If this happens to ...

Discover More

Changing from Absolute to Relative Hyperlinks

It is easy to amass a large number of hyperlinks in a document. You may want to process these hyperlinks in some way, ...

Discover More
More WindowsTips

Understanding the WinX Menu

Windows provides a special menu that allows you to easily access many common tools in the operating system. Here's the ...

Discover More

Using Flip 3D

Flip 3D is an Aero feature that allows you to cycle through your active windows in three dimensions. Because they are ...

Discover More

Modifying the Number of Jump List Items

Jump lists can be a helpful tool to quickly access common files and commands. If you'd prefer to display a different ...

Discover More
Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 6 - 0?

2015-08-03 10:13:20

Jennifer Thomas

You can also drag over icons to create a 'select box'; all items covered between when you press the left mouse button and begin dragging to when you release the left mouse button are selected (you can see the select box borders as you drag). This is quite useful for selecting objects in the desktop or any other folder when they are displayed as icons.


Newest Tips