Results 1 to 4 of 4

Thread: VB starting other Windows Applications

  1. #1
    DerFarm
    Guest

    VB starting other Windows Applications

    I have a need to capture the output from a windows program.
    I've been told that this is easier if I start the program from within
    a VB program....kind of a wraparound.

    Is there an easy way to do this?

  2. #2
    New Member
    Join Date
    Jan 2002
    Posts
    5
    I'm not sure how to capture info from the other programs, but I just was told how to run them

    Here's the code I used:

    Dim MyAppID, ReturnValue
    MyAppID = Shell("C:\PATH\FILE.EXE", vbMaximizedFocus)
    AppActivate MyAppID, 1

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373
    what kind of output are you talking about??? like a text file output?? or screen output?? or what??

  4. #4
    DerFarm
    Guest
    Screen stuff. I'd can capture using SnagIt or half a dozen others,
    but I'd like to try to catch what is going in as the program is
    writing to the screen.

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