M
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.
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.
