Does anyone know how to grab invisible applicaitons in code and make them visible again? I have an application that makes Excel invisible but if I crash then I will lose all information in that Excel file because I need to kill the process. I want to write a little application that will grab all instances of Excel that are running and make them visible.

I have tried this with getobject but I get errors trying to grab it. I have rooted through Process and cannot find anything that manipulates anything but the thread process.

Anyonme know anything that can help?!


Thanks,

Taco