I have one VB program abc.exe, I want to call another VB program xyz.exe when a menu item is clicked from abc.exe.
xyz.exe has its own forms (3 forms)
thanks in advance
Printable View
I have one VB program abc.exe, I want to call another VB program xyz.exe when a menu item is clicked from abc.exe.
xyz.exe has its own forms (3 forms)
thanks in advance
Any reason why? What have you tried? What's the problem?
You should be able to call a program, and pass any parameters, unless you're talking about iexplore.exe or something
Thanks dglienna for this fast reply
I did'nt think it is so easy
Shell App.Path & "\project1.exe" , vbHide
worked
One more doubt, can we create formless vb application (VB6)
Why would you want that? Could be very evil, so give a good reason...
We might be able to help