January 16th, 2013 01:26 AM
Thanks for your reply,now I understood my issue.
January 16th, 2013 01:06 AM
Dear Igor, Thanks for your advise/warning/solution .Surely It will help me a lot.
January 10th, 2013 09:33 AM
Sir I am developing an automation tool.For that I need to click on list view item.Kindly look at the picture attached.Hope you understand my question.
30821
January 10th, 2013 08:47 AM
I am calling in the same process.
Things I have done:
Sample code:
RECT rect;
int ix;
ix=ListView_GetItemCount(e3Obj.eHwnd);
//I am getting 20 in ix.Also I have checked it manually.
BOOL bRet...
January 10th, 2013 08:21 AM
Sir I am developing an automation tool for which I need to click on the item in the listview. As there is no macro for directly clicking on listview item.One of my colleague suggested me, " to get...
January 10th, 2013 08:09 AM
The macro still returns FALSE.
1.Can you please let me know what would be the possible mistakes I would have done.
2.Is there any macro to click an item in listview or can you help/guide me...
January 10th, 2013 07:55 AM
1.Macro returns false
2.Yes eHwnd is the correct Handle as I checked with LVM_GETITEMCOUNT.
3.Yes there are total 20 items
b=ListView_GetItemRect(eHwnd, 3, &rec, LVIR_BOUNDS);
Can you please...
January 10th, 2013 07:13 AM
I am new to Windows programming and I am trying to click an item in listview control for that I need to take the rect size of the listview.Can anyone help me regarding ListView_GetItemRect macro.
...
January 2nd, 2013 09:03 AM
Sorry Igor, I have edited my question,kindly help.
January 2nd, 2013 08:29 AM
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 listview control and index of the item....
August 30th, 2012 01:58 AM
Dear C++ Gurus/Experts,
I am writing a program to automate excel.My program is working well when I use integer (Write/Read) in excel.My program also works well when I use string.But the issue...