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 :)

Recommended Answers

All 2 Replies

Yeah, I got it working. Thank you very much :), I just used the Process.WaitForExit.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.