A simple question. How to select a group of controls inside a frame ?. When I try to open a selection window with the left botton pressed , the frame get moving and not let me to select any item.
Printable View
A simple question. How to select a group of controls inside a frame ?. When I try to open a selection window with the left botton pressed , the frame get moving and not let me to select any item.
You can't select a "range" of controls that are inside a container (frame/picturebox/...).
Instead you need to select one of the controls, then hold down Ctrl while selecting each of the others.
holding Ctrl or Shift and draw window(press and drag) to select whatever inside the frame
Ok thanks very much