Results 1 to 4 of 4

Thread: How to call VB exe's from other Vb programs

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2002
    Location
    Boston
    Posts
    36

    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

  2. #2
    Frenzied Member Ultimasnake's Avatar
    Join Date
    Feb 2002
    Location
    Amsterdam, holland
    Posts
    1,172
    try this post m8

    http://www.vbforums.com/showthread.p...hreadid=189933

    eedines posted some great plugin examples wich include ACTIVE X EXE And ACTIVE X DLL
    For my PC and MS Smartphone 2003 software visit
    http://www.ultimasoftware.nl

  3. #3
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    India
    Posts
    342
    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...)
    ksm

  4. #4
    Frenzied Member Ultimasnake's Avatar
    Join Date
    Feb 2002
    Location
    Amsterdam, holland
    Posts
    1,172
    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
    For my PC and MS Smartphone 2003 software visit
    http://www.ultimasoftware.nl

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