Click to See Complete Forum and Search --> : Notifications of ListView control URGENT!


Shahzad
October 14th, 1999, 12:53 AM
I have tried to use the right notification but unable to find one.
I want a ListView notification when a sub-item is added/removed from the list. I have used LVN_ITEMCHANGED but here when I just click on an item, it sends a notification.

Thankx

AZur
October 14th, 1999, 02:15 AM
Have you try LVN_DELETEITEM and LVN_INSERTITEM?