I want to add an item to the ListView control
using the API. I know I need to use LVM_INSERTITEM
and fill in the LVITEM type, but I cant get it to work.
Does anyone have an example of how to do this?