CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 30

Threaded View

  1. #24
    Join Date
    May 2005
    Location
    Oregon
    Posts
    3,725

    Re: microsoft ui automation doubt

    Tat's what my requirement and i have to do that I am able to finish this by using other automation stuff .But i have to use MS ui this time. And a small confusion when you are saying Active Accessibility sdk do u mean by MASA or something else because even in your last post the link provided by you is using MS UI automation .I think we both are talking same stuff. Anyway if you refer your old post and you are talking regarding same so in my case i am also using same interfaces like IRawElementProviderSimple etc .But in that case also you have to dig a lot. I have a sample app in which i am doing all of the stuff .If you want to have a look app i can mail it to you. See theoritical i know how to do this . But i am little bit confused at the time when i have to expose microsoft interfaces . like when we are using GridItemControlType what is the GUID associated with it, is it DataItem_Control_GUID Or DocumentItem control GUID .As you can see in case of ListItem they have proper GUID for ListBox and ListItem second here you have to write two class for Grid Control and GridItem . So how navigate method will follow in this case in both of the class .Because now your calculation is on the basis of Row and Column.Third Item class they have some method like How to know which method actually wants what type of thing .As not pretty clear .So that's why i am having problem else rest is fine.

    Thanks
    Last edited by humptydumpty; September 14th, 2010 at 12:20 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured