How to click an item in listview(Win32/C++)

Dear Experts,

I am developing an automation tool(C++) for which I need to write program to Click,Doubleclick on the Listview item by using the Handle of the list view control and index of the item. (Win32/C++).Kindly help.
Last edited on
If you have the handle, send the message directly using SendMessage():
http://msdn.microsoft.com/en-us/library/windows/desktop/bb774737(v=vs.85).aspx
Topic archived. No new replies allowed.