CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: haroonrulz

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    828

    Re: ListView_GetItemRect Help

    Thanks for your reply,now I understood my issue.
  2. Replies
    16
    Views
    828

    Re: ListView_GetItemRect Help

    Dear Igor, Thanks for your advise/warning/solution .Surely It will help me a lot.
  3. Replies
    16
    Views
    828

    Re: ListView_GetItemRect Help

    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
  4. Replies
    16
    Views
    828

    Re: ListView_GetItemRect Help

    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...
  5. Replies
    16
    Views
    828

    Re: ListView_GetItemRect Help

    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...
  6. Replies
    16
    Views
    828

    Re: ListView_GetItemRect Help

    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...
  7. Replies
    16
    Views
    828

    Re: ListView_GetItemRect Help

    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...
  8. Replies
    16
    Views
    828

    ListView_GetItemRect Help

    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.
    ...
  9. Re: How to click an item in listview(Win32/C++)

    Sorry Igor, I have edited my question,kindly help.
  10. 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 listview control and index of the item....
  11. Replies
    1
    Views
    338

    Issue with program to automate excel

    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...
Results 1 to 11 of 11



HTML5 Development Center

Click Here to Expand Forum to Full Width