I want to catch the click event of the button which is clicked on Windows Form Application lets say in Application A and I want to catch it in Application B which is also a Windows Form Application.
I have created both the Applications and added the button in Application A. Now when the button is clicked in Application A, I want to catch the event in Application B.
Please guide.