How to call an EXE 
Author Message
 How to call an EXE

Hi,
how can i call another VB-app from an VB-Application?

ciao
Daniel

--
------------------------------

------------------------------



Wed, 20 May 1998 03:00:00 GMT  
 How to call an EXE

Quote:

>how can i call another VB-app from an VB-Application?

     Shell(commandstring)
e.g. Shell("other.exe")

------------
Paul F Poellinger, Code Wallah, Silent O Software
2019 Round Lake Drive, Houston, TX 77077

PFPelican



Thu, 21 May 1998 03:00:00 GMT  
 How to call an EXE

Quote:

>how can i call another VB-app from an VB-Application?

------------------------------

------------
Paul F Poellinger, Code Wallah, Silent O Software
2019 Round Lake Drive, Houston, TX 77077

PFPelican



Thu, 21 May 1998 03:00:00 GMT  
 How to call an EXE

Quote:

>how can i call another VB-app from an VB-Application?

Use the shell() function.

good.luck = true

---

Visit my Web page at http://www.earthlink.net/~lesgainous

"This message may not reflect the views of anyone or any
organization, other than myself."



Thu, 21 May 1998 03:00:00 GMT  
 How to call an EXE

Quote:
(Q!) writes:

> Hi,
> how can i call another VB-app from an VB-Application?

shell

 _  _____  _   _

| || (_) || `\| |
| ||  _  || , ` | If they give you lined paper, write the other way!
| || | | || |`\ |
(_)(_) (_)(_) (_) http://www.geopages.com/Tokyo/1949



Thu, 21 May 1998 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. How to Call another EXE program from VBA Form

2. how to write DLL so that it can be called by EXE

3. dll calling an exe

4. How to call a EXE program ?

5. Shell Command Calling Winamp.exe to Play an MP3 File

6. How to make a textbox call an exe...

7. How to call an exe with VBScribt

8. How to call an exe from html?

9. Question about ActivexDll that calls an EXE app

10. How to call ActiveX exe from dll?

11. how to call Activex EXE from ASP

12. Asynchronous calling of exe

 

 
Powered by phpBB® Forum Software