I have a problem in my VB code so I am now stuck. I am trying to open a certain application by my VB application code, this is done successfully by Process.Start()
.
However I don't only need to start application, I also need to manipulate its User Interface, like button presses or loading configuration.
So how can I do that, given all what I know from the tool that I launch, is its destination in my machine?
I tried to google it, but I couldn't find good answer!