|
-
April 19th, 1999, 02:55 AM
#1
CListCtrl
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!
-
April 19th, 1999, 03:52 AM
#2
Re: CListCtrl
Override PreTranslateMessage() and handle the case yourself
Sally
-
April 19th, 1999, 04:10 AM
#3
Re: CListCtrl
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|