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

Search:

Type: Posts; User: haroonrulz

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    3,210

    How to open file/folder using libharu

    Hi Experts, I am working on a project for which I need link in pdf to open file/folder directly. But Libharu only support to create new link annotation for the page and new web link annotation object...
  2. Unable to click on treeview child item programatically Win32/C/C++

    My question is simple - "In application with lots of data, I am unable to click on the treeview child item". Kindly read detail explanation:

    I am creating a function to simulate a treeview...
  3. Replies
    3
    Views
    5,940

    Question regarding waitforsingleobject

    I have doubt regarding waitforsingleobject or alternate function to use in the following scenario.

    Example
    I am entering Username and password and clicking on OK.The next window may appear in 1...
  4. Re: Cannot automate/simulate listview click of another process (C++/Win32)

    This is the whole story>
    user has testcase --> writes the script according to my program --> executes the script --> the script simulates the application.similar to QTP



    Yes, I know about...
  5. Re: Cannot automate/simulate listview click of another process (C++/Win32)

    As my ultimate target is to automate MFC based application.I downloaded application/Source code from here : http://www.codeproject.com/Articles/608/Using-the-List-Control . As per you Suggestion I...
  6. Re: Cannot automate/simulate listview click of another process (C++/Win32)

    Testing Winspy:
    Manually first I tested winspy, by clicking on the second listview item in winspy the listview gets blank.
    So I run my code,then the Listview in winspy became blank.So I confirmed...
  7. Re: Cannot automate/simulate listview click of another process (C++/Win32)

    Igor I was expecting your reply. Thanks.
    This is what I have done:
    1.Wrote code to get parent handle,listview handle,listview item to click
    2.shared memory to other process using -"Creating Named...
  8. Cannot automate/simulate listview click of another process (C++/Win32)

    I am developing an automation tool. I want to click listview item of another process programatically. I have partially succeeded in doing. But I am getting a slightly different output.I have used...
  9. Replies
    16
    Views
    5,418

    Re: ListView_GetItemRect Help

    Thanks for your reply,now I understood my issue.
  10. Replies
    16
    Views
    5,418

    Re: ListView_GetItemRect Help

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

    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
  12. Replies
    16
    Views
    5,418

    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...
  13. Replies
    16
    Views
    5,418

    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...
  14. Replies
    16
    Views
    5,418

    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...
  15. Replies
    16
    Views
    5,418

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

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

    Sorry Igor, I have edited my question,kindly help.
  18. 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....
  19. Replies
    1
    Views
    700

    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 19 of 19





Click Here to Expand Forum to Full Width

Featured