Combine/Merge Multiple EXE file (urgent help!)

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

Join Date: Jan 2008
Posts: 57
Reputation: werks is an unknown quantity at this point 
Solved Threads: 1
werks's Avatar
werks werks is offline Offline
Junior Poster in Training

Combine/Merge Multiple EXE file (urgent help!)

 
0
  #1
Mar 4th, 2008
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
Kenneth
"Better Than Yesterday"
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 57
Reputation: werks is an unknown quantity at this point 
Solved Threads: 1
werks's Avatar
werks werks is offline Offline
Junior Poster in Training

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

 
0
  #2
Mar 4th, 2008
Solved the problem tnx to debasisdas.. By using SHELL i can call different Application..
Kenneth
"Better Than Yesterday"
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 1
Reputation: nemosmart is an unknown quantity at this point 
Solved Threads: 0
nemosmart nemosmart is offline Offline
Newbie Poster

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

 
0
  #3
Mar 5th, 2008
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
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



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



Tag cloud for Visual Basic 4 / 5 / 6
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC