Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MDI Document Sample Pin
David Crow13-Feb-04 8:13
David Crow13-Feb-04 8:13 
QuestionHow to get Drag data from IE Pin
Vistac13-Feb-04 6:46
Vistac13-Feb-04 6:46 
GeneralVisual Studio .NET Wizard(s) Pin
ExtraLean13-Feb-04 5:58
ExtraLean13-Feb-04 5:58 
GeneralNo tooltip in .NET IDE Pin
morefalt13-Feb-04 5:52
morefalt13-Feb-04 5:52 
GeneralMIDI delta.2.SMTPE convert Pin
~toki13-Feb-04 5:47
~toki13-Feb-04 5:47 
GeneralList View Question Pin
Prakash Nadar13-Feb-04 4:50
Prakash Nadar13-Feb-04 4:50 
GeneralRe: List View Question Pin
David Crow13-Feb-04 5:05
David Crow13-Feb-04 5:05 
GeneralRe: List View Question Pin
Steve S13-Feb-04 5:33
Steve S13-Feb-04 5:33 
For individual items, the List View's parent can also handle WM_NOTIFY with LVN_DELETEITEM.

For DeleteAllItems, you get sent LVN_DELETEALLITEMS, and if you return FALSE, you'll get an LVN_DELETEITEM for each item as it's deleted. If you return TRUE, that suppresses the individual delete notifications. (This is only for the batch that will be deleted).

If you adopt David's approach (which works perfectly well), you can improve performance by suppressing the individual delete notifications, as you no longer need them.

Steve S
GeneralRe: List View Question Pin
David Crow13-Feb-04 5:39
David Crow13-Feb-04 5:39 
GeneralRe: List View Question Pin
Steve S13-Feb-04 6:35
Steve S13-Feb-04 6:35 
GeneralClistCtrl checkboxes Pin
alex.barylski13-Feb-04 4:33
alex.barylski13-Feb-04 4:33 
GeneralRe: ClistCtrl checkboxes Pin
valikac13-Feb-04 4:42
valikac13-Feb-04 4:42 
GeneralRe: ClistCtrl checkboxes Pin
alex.barylski13-Feb-04 10:00
alex.barylski13-Feb-04 10:00 
GeneralRe: ClistCtrl checkboxes Pin
Joe Woodbury13-Feb-04 16:51
professionalJoe Woodbury13-Feb-04 16:51 
Generalbatch file Pin
Jerome Conus13-Feb-04 4:19
Jerome Conus13-Feb-04 4:19 
GeneralRe: batch file Pin
David Crow13-Feb-04 4:28
David Crow13-Feb-04 4:28 
GeneralRe: batch file Pin
Michael Dunn13-Feb-04 4:29
sitebuilderMichael Dunn13-Feb-04 4:29 
GeneralRe: batch file Pin
Prakash Nadar13-Feb-04 4:54
Prakash Nadar13-Feb-04 4:54 
GeneralRe: batch file Pin
Michael Dunn13-Feb-04 6:12
sitebuilderMichael Dunn13-Feb-04 6:12 
GeneralRe: batch file Pin
Prakash Nadar13-Feb-04 15:44
Prakash Nadar13-Feb-04 15:44 
GeneralSmall expand and collapse icons Pin
alex.barylski13-Feb-04 4:14
alex.barylski13-Feb-04 4:14 
GeneralRe: Small expand and collapse icons Pin
Neville Franks13-Feb-04 10:03
Neville Franks13-Feb-04 10:03 
GeneralQuery about STL list Pin
Nirav Doshi13-Feb-04 4:12
Nirav Doshi13-Feb-04 4:12 
GeneralRe: Query about STL list Pin
Henrik Stuart13-Feb-04 4:20
Henrik Stuart13-Feb-04 4:20 
GeneralRe: Query about STL list Pin
Nirav Doshi13-Feb-04 4:26
Nirav Doshi13-Feb-04 4:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.