Results 1 to 8 of 8

Thread: [RESOLVED] Get ProgressBar Info from ghostsrv.exe in VB.NET

Threaded View

  1. #1

    Thread Starter
    Junior Member pRoFiT's Avatar
    Join Date
    Mar 2007
    Posts
    25

    [RESOLVED] Get ProgressBar Info from ghostsrv.exe in VB.NET

    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.

    Code:
    dim myP as System.Diagnostics.Process
    myP = new process
    myP.startinfo.filename("ghostsrv.exe")
    myP.start
    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.
    Last edited by pRoFiT; Apr 6th, 2007 at 02:22 AM.
    mov ax,13h
    int 10h

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width