|
-
Jan 29th, 2002, 03:33 PM
#1
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?
-
Jan 29th, 2002, 03:42 PM
#2
New Member
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
-
Jan 29th, 2002, 03:48 PM
#3
what kind of output are you talking about??? like a text file output?? or screen output?? or what??
-
Jan 29th, 2002, 04:06 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|