.Net
Click button in WPF window running in another process
I have had sucess in the past using SendMessage and BN_CLICKED message (245) to click buttons in other processes. However, this does not work for WPF applications. Can anyone suggest an alternative? Last time i Read more…