I have been reading through some of the MDSN docs of the listview control and there are a couple of things I don't understand.
1. What is a Virtual Listview (one with LVS_OWNERDATA set) and how is it different?
2. Are the Macros mentioned usable in PB, The way they are mentioned it doesn't seem like C macros but possibly implimented in the API for the control.
Macros like:
Listview_SetExtendedListViewStyle
Listview_SetExtendedListViewStyleEx
Listview_GetExtendedListViewStyle
The rest I think I understand from the examples listed at this forum, that you all that.
Cheers
------------------
Paul Dwyer
Network Engineer
Aussie in Tokyo
1. What is a Virtual Listview (one with LVS_OWNERDATA set) and how is it different?
2. Are the Macros mentioned usable in PB, The way they are mentioned it doesn't seem like C macros but possibly implimented in the API for the control.
Macros like:
Listview_SetExtendedListViewStyle
Listview_SetExtendedListViewStyleEx
Listview_GetExtendedListViewStyle
The rest I think I understand from the examples listed at this forum, that you all that.
Cheers
------------------
Paul Dwyer
Network Engineer
Aussie in Tokyo
Comment