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.
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.
(2007, 2008, 2009, 2010, 2011, 2012) . . . . . . . . Hitchhiker's Guide to Getting Help at VBForums
Classic VB FAQs (updated Oct 2010) ...Database Development FAQs/Tutorials (updated May 2011)
(includes fixing common VB errors) .......... (includes fixing common DB related errors, and [Classic VB] ADO tutorial /further steps, and [VB.Net] ADO.Net Tutorial).
Tutorial: How to automate Excel from VB6 (or VB5/VBA) .. SQL 'Select' statement formatter/checker .. Convert colour number to colour name .. FlexGrid: fill from recordset .. FlexGrid: AutoSize columns .. DB Reserved Words checker
Connection strings .. MDAC/Jet/ACE downloads .. SQL Server downloads .. MZTools (free upgrade for the VB6/VBA Editor)
holding Ctrl or Shift and draw window(press and drag) to select whatever inside the frame
Seenu
If this post is useful, pls don't forget to Rate this post.
Pls mark thread as resolved once ur problem solved.
ADO Tutorial Variable types SP6 for VB6, MsFlexGrid fast fill, Sorting Algorithms
Ok thanks very much