Hi guys,
I currently have a VB application which begins by calling an external C# application to download an eBay report. When it has downloaded the process ends, but the focus doesn't switch back to the VB program.
Will I need to run the VB program at the end of the C# program? Or will this just start a loop going between the two applications?
I used Process.Start in order to start the C# application. Is this the right thing to do? Or is there aneasier way?
Thanks in advance for any help. Much appreciated :)