how to get an item from ListView ?

Started by
1 comment, last by 50p 14 years, 11 months ago
could anybody tell me how to get an item from ListView in Visual C++ .Net? T.T
Advertisement
You can send the LVM_GETITEM message to the list view.

LVM_GETITEM
dfx_slayer, if you're not creating a application with Win32 API (unmanaged way) but .NET (managed) than as far as I remember you get items with
listView->Items

There should be more member functions/variables to get a specific item.

This topic is closed to new replies.

Advertisement