Im passing the hwnd of a listview to a csutom made dll which then fills the listview via sendmessage api calls. I found the api constants for this here:
http://www.mvps.org/vbnet/code/comctl/lvmembers.htm
But now I need to retrieve the listview.columns.count property.
Anybody have any idea on how to do this via api or how to find the correct constant to use with sendmessage.
