Click here to Skip to main content
15,893,588 members

Comments by isaketranjan (Top 6 by date)

isaketranjan 16-Mar-20 7:06am View    
Please let me know if you need more help.
isaketranjan 14-Nov-19 8:58am View    
May be i could not make my question clear, Just like we find any window's controls using uiautomationclient dll e.g
AutomationElement.RootElement.FindFirst(TreeScope.Children, new PropertyCondition(AutomationElement.NameProperty, "This PC"));

, the same way i want to find the files/folder as well, that may be present anywhere
isaketranjan 14-Nov-19 8:56am View    
May be i could not make my question clear, Just like we find any window's controls using uiautomationclient dll e.g
AutomationElement.RootElement.FindFirst(TreeScope.Children, new PropertyCondition(AutomationElement.NameProperty, "This PC"));

, the same way i want to find the files/folder as well, that may be present anywhere
isaketranjan 14-Nov-19 8:45am View    
Yes, That' what i am trying to find on run time, tried to find the same using uiautomationclient dll (by Microsoft), But that also failed, somehow i found all items inside the directory, and trying to find the handle of them using name or full directory path (if possible)
isaketranjan 7-Nov-19 9:07am View    
Providing MIME type is not an option for me,my project on which i am working on is an AUTOMATION TOOL, and user can select any Window(App), Button, Split button, also, using SENDKEY is not an option for me, i am using Microsoft's uiautomationclient.dll for same.