![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Dec 2007
Posts: 3
Rep Power: 0
![]() |
external .exe
hey, i'm new to visual basic, and was wondering what is the best way to run an external .exe file that I created from a Visual Basic program. I'm doing this purely for fun, and I've come across the Shell() function already, and it works, but does anyone know of other ways?
|
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
Re: external .exe
why don't you just use the code for the EXE in your own program?
look at system processes. |
|
|
|
|
|
#3 | |
|
Newbie
Join Date: Dec 2007
Posts: 3
Rep Power: 0
![]() |
Re: external .exe
Quote:
Either way, does anyone else have any other ideas? Thanks |
|
|
|
|
|
|
#4 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4
![]() |
Re: external .exe
You can wrap the functions you need in to a DLL and import them in the same way as windows api calls.
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
|
#5 | |
|
Hobbyist Programmer
|
Re: external .exe
Quote:
|
|
|
|
|
|
|
#6 | |
|
Newbie
Join Date: Dec 2007
Posts: 3
Rep Power: 0
![]() |
Re: external .exe
Quote:
Still, thank you for the responses |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Detecting/Blocking Events in External Applications | ZeeMan | Visual Basic | 0 | Jun 28th, 2006 6:32 PM |
| Stripping .exe? | Prm753 | Other Programming Languages | 2 | Feb 16th, 2006 12:54 PM |
| Problem with extracting file description from .exe files!!! | Pedja | C++ | 3 | Dec 13th, 2005 11:23 AM |
| external js file stores data | glevine | JavaScript and Client-Side Browser Scripting | 7 | Aug 25th, 2005 12:42 PM |
| Access COBOL external data in Assembler | packerm | Other Programming Languages | 0 | May 24th, 2005 5:03 AM |