Click to See Complete Forum and Search --> : CListCtrl
John Platt
April 19th, 1999, 02:55 AM
How can multiple selection in a ClistCtrl ( Report view ) be made to work like that in CListBox without using the CTRL key? The problem I want to guard against is losing all the current selection by forgetting to press this key!
sally
April 19th, 1999, 03:52 AM
Override PreTranslateMessage() and handle the case yourself
Sally
Sally
April 19th, 1999, 03:52 AM
Override PreTranslateMessage() and handle the case yourself
Sally
Dave Lorde
April 19th, 1999, 04:10 AM
Bear in mind that the use of the Ctrl key for multiple selection is standard Windows interface behaviour. In general, it is wise to stick to standard interface behaviour unless the situation is an unusual one where standard behaviour may not be expected.
Dave
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.