943,525 Members | Top Members by Rank

Ad:
Feb 15th, 2009
0

How do I link different exe files as one software package

Expand Post »
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
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
adamsn is offline Offline
12 posts
since Feb 2009
Feb 16th, 2009
0

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

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.
Team Colleague
Reputation Points: 361
Solved Threads: 214
Taboo Programmer
Comatose is offline Offline
2,413 posts
since Dec 2004
Feb 18th, 2009
0

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

Use this Code below :-

Private Sub Command1_Click()
Dim RetVal
RetVal = Shell("D:\Project\Project1.exe", 1)
End Sub
Reputation Points: 11
Solved Threads: 1
Newbie Poster
Ravi Kant is offline Offline
13 posts
since Jan 2009
Feb 18th, 2009
0

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

You should post your code in code tags, like so:
[code=vb]
your example code here
[/code]
Team Colleague
Reputation Points: 361
Solved Threads: 214
Taboo Programmer
Comatose is offline Offline
2,413 posts
since Dec 2004
Feb 18th, 2009
0

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

Click to Expand / Collapse  Quote originally posted by Ravi Kant ...
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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
adamsn is offline Offline
12 posts
since Feb 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: vb timer control
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Read sheets on xls file





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC