|
-
Aug 7th, 2002, 01:20 PM
#1
Thread Starter
Member
How to call VB exe's from other Vb programs
Folks,
Could someone please explain me how to call VB exe's from other visual basic programs?
Can the called EXE return values to the calling program?
If you have a snippet for the above situation, please mail me.
Regards,
GV
-
Aug 7th, 2002, 01:56 PM
#2
-
Aug 7th, 2002, 01:56 PM
#3
Hyperactive Member
use shell command to run any exe fom ur vb...
...also use shell command to run a batch file which send the output of the EXe to a text file (for returning values...)
-
Aug 7th, 2002, 01:59 PM
#4
Frenzied Member
Originally posted by Kunchesm
use shell command to run any exe fom ur vb...
...also use shell command to run a batch file which send the output of the EXe to a text file (for returning values...)
first try the examples m8. because comunicating through the shell is really primitive. you can load AX-exe and AX-dll's into your program and they can comunicate to each other trough subs and functions etc etc see examples how to do this all
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
|