Ok, Basically, my C# Application is running an unattended installation of visual studio 2008 (its just a process, nothing complicated)
but i need a loop in there, so that when the setup.exe which is being called has finished running, i can call a message box to say its complete...
so my question is... in C# how do i setup a loop that checks when a process which is created in System.diagnostics.process is still running, so that when its not... i can display a message...
thanks in advance, I would be really greatful.