I need to pull the remaining time or percent done or progressbar info from a ghost server. ghostsrv.exe.
I'm running the program from a system.diagnostics.process.
I want to pull everything I can from its windows form. Ive used sendkeys before to other applications but im not sure if i can pull from the window. Any help would be great. Thanks.Code:dim myP as System.Diagnostics.Process myP = new process myP.startinfo.filename("ghostsrv.exe") myP.start




Reply With Quote