Click here to Skip to main content
15,881,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friends.
I have a problem that needs your advice.
I am controlling a WPF application from another windows application through UI Automation.

Now, I know how to click a button through UI automation, but lets say if I am clicking some dialog button manually in WPF application than how would I know if the button has been clicked inside the Windows Form Application?

In short I want to get the handle of the button click after it has been clicked inside the windows form application from where i am controlling the wpf application.
Thank you very much!
author: du lich

What I have tried:

I clicked the button via the automatic UI
Posted
Updated 4-Sep-19 23:12pm
v2
Comments
phil.o 5-Sep-19 5:05am    
I removed the link to the external site, as it will more likely cause you to be flagged as a spammer.

1 solution

Maybe you can find something here: GitHub - TestStack/White: TestStack.White[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900