943,703 Members | Top Members by Rank

Ad:
Mar 4th, 2008
0

Combine/Merge Multiple EXE file (urgent help!)

Expand Post »
Hello experts. I have 2 vbp (namely Project1.vbp and Project2.vbp) I Group them into 1 Project, my problem is how can the user choose on what project they want to use using VB6?

My initial idea is when the user login a form will prompt, and the user will be given a choice w/c project to run the Project1.vbp or the Project2.vbp.. Please help me on this. tnx in advance
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
werks is offline Offline
57 posts
since Jan 2008
Mar 4th, 2008
0

Re: Combine/Merge Multiple EXE file (urgent help!)

Solved the problem tnx to debasisdas.. By using SHELL i can call different Application..
Reputation Points: 10
Solved Threads: 1
Junior Poster in Training
werks is offline Offline
57 posts
since Jan 2008
Mar 5th, 2008
0

Re: Combine/Merge Multiple EXE file (urgent help!)

i have some solution, change startup project to sub main

public userID as integer
public sub main()
dim frmLogin as new clsLogin
dim frmMain as form

frmlogin.show 1
if userid = 1 then
set frmMain = frm1
else
set frmMain = frm2
end if

frmMain.show 1

'') done,

end sub
Reputation Points: 10
Solved Threads: 0
Newbie Poster
nemosmart is offline Offline
1 posts
since Nov 2007

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

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: checkbox validation..
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Help needed in report refreshing.......





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


Follow us on Twitter


© 2011 DaniWeb® LLC