|
-
November 5th, 2010, 06:51 PM
#1
calling another vb exe from a vb program
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
-
November 5th, 2010, 07:04 PM
#2
Re: calling another vb exe from a vb program
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
-
November 5th, 2010, 07:21 PM
#3
Re: calling another vb exe from a vb program
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)
-
November 5th, 2010, 07:42 PM
#4
Re: calling another vb exe from a vb program
Why would you want that? Could be very evil, so give a good reason...
We might be able to help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|