views:

8

answers:

0

I have a small windows application named X with a textbox and a button. This application could be a classic vb-6 application or a VC++ application. In my .net application I want to capture the button click event of the application X and get the value of textbox in X application. However I cannot change anything in application X.

How do I do that ? I have worked on windows hooks but not much. I managed to get the windows hooks to capture keyboard events and mouse movements in past.

related questions