Why multiline Textbox does have support of textpettern in COM API while it is there in Manage API?

  • Thread starter Thread starter Piyush Aghera
  • Start date Start date
P

Piyush Aghera

Guest
I have created automation of window application using c# Manage code API. Everything was working fine but it was too slow. it was taking more that 10 second to find controll with manage code.

After learning about speed of COM API must fast than manage code , We shifted out project to COM API. We got the speed but we lost the search and cursor navigation functinality in multiline or single line textbox. While same thing is working fine with manage code api.

Please suggest any sollution, How can i get both textpattern in simple textbox and lighting speed of com API ?

As qiuck and simple sollution, I started using both COM and manage DLL, To get fast speed for search using COM API, And then convert to manage code "AutomationElement" using handler, after that perform text perttern using manage API. But don't why when i merge both mange code API and COM API in single project, COM api also start behaving slow ?

Continue reading...
 
Back
Top