|
-
Aug 26th, 2003, 03:36 AM
#1
Thread Starter
Banned
Calling other .exe programms from Vb
Visual Basic 6
How to call and open other .exe programms from a visual basic program. The .exe program should be visible and operatable after opening
-
Aug 26th, 2003, 03:49 AM
#2
Retired VBF Adm1nistrator
Use the Shell() statement
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Aug 26th, 2003, 08:58 AM
#3
Hyperactive Member
hi,
use shell("notepad.exe")
-
Aug 26th, 2003, 05:57 PM
#4
-
Sep 1st, 2003, 05:53 PM
#5
Hyperactive Member
I can shellexecute out and run a command okay but how do I halt execution of my code until the exe has finished running?
The shell process might take up to 30 seconds. I need to know when that process copmletes so I can continue with the results of that process.
I'm calling the external process from a MS Access 97 module. The external process is a VB.Net console program written in-house. I can change the console program if need be.
Too hard?
Last edited by Foxer; Sep 1st, 2003 at 06:11 PM.
Rate my response if I helped
Go Hard Or Go Home
-
Sep 1st, 2003, 06:43 PM
#6
Not NoteMe
I think this thread should help.
Quotes:
"I am getting better then you guys.." NoteMe, on his leet english skills.
"And I am going to meat her again later on tonight." NoteMe
"I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
"my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
Have I helped you? Please Rate my posts. 
-
Sep 1st, 2003, 07:01 PM
#7
Also, these examples may be useful.
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
|