Opening one VB 6 application from another one

M

Thread Starter

mounish

Hey, can anyone show me how to open another VB6 application from one application? I used the below code but it is not working:

Dim tmp
tmp = Shell("vbp D:\Projects\test - shell\app2\Form1.frm", vbMaximizedFocus)
MsgBox tmp

So if you have solutions please help me.

Thank you.
 
Top