Can program a.exe read some values/properties (e.g. button's text) of currently running program b.exe? If it is possible, how can it be done?
Both programs are written using .NET framework.
More details: I'm writing unit tests for another program. I need to somehow obtain legend text from one DataVisualization.Charting.Chart control.