How do I link different exe files as one software package

Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Feb 2009
Posts: 12
Reputation: adamsn is an unknown quantity at this point 
Solved Threads: 0
adamsn adamsn is offline Offline
Newbie Poster

How do I link different exe files as one software package

 
0
  #1
Feb 15th, 2009
Hi all
I need help. I have written 3 different exe files. What I would like to know is how do I link them to run from one package .
Thank you very much.
Nicky
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: How do I link different exe files as one software package

 
0
  #2
Feb 16th, 2009
Usually this is done by building yet another exe program. That one basically is a menu of some kind, and when you click the selected option, it launches the exe that user wants to choose.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 13
Reputation: Ravi Kant is an unknown quantity at this point 
Solved Threads: 1
Ravi Kant's Avatar
Ravi Kant Ravi Kant is offline Offline
Newbie Poster

Re: How do I link different exe files as one software package

 
0
  #3
Feb 18th, 2009
Use this Code below :-

Private Sub Command1_Click()
Dim RetVal
RetVal = Shell("D:\Project\Project1.exe", 1)
End Sub
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 2,413
Reputation: Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough Comatose is a jewel in the rough 
Solved Threads: 211
Team Colleague
Comatose's Avatar
Comatose Comatose is offline Offline
Taboo Programmer

Re: How do I link different exe files as one software package

 
0
  #4
Feb 18th, 2009
You should post your code in code tags, like so:
[code=vb]
your example code here
[/code]
Reply With Quote Quick reply to this message  
Join Date: Feb 2009
Posts: 12
Reputation: adamsn is an unknown quantity at this point 
Solved Threads: 0
adamsn adamsn is offline Offline
Newbie Poster

Re: How do I link different exe files as one software package

 
0
  #5
Feb 18th, 2009
Originally Posted by Ravi Kant View Post
Use this Code below :-

Private Sub Command1_Click()
Dim RetVal
RetVal = Shell("D:\Project\Project1.exe", 1)
End Sub
Hi

thank you. i will try it. have a wonderful day.

nicky
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC