How to invoke smart client from vb6

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a smart client APP developed in .net 2.0, i want to invoke that from
vb6.
i tried shell but it is not working.

how can i invoke smart cleint from vb6 ?
 
Are you just trying to run it or do you want to use it as a COM object?

What error, if any, are you getting from using shell?
 
The Error I get invalid procedure call or argument

using path like this
\\us12341\NetWorkDrive\Release\FrmMultiEditNew.publish\FrmMultiEditNew.application & " " & fmpids, vbNormalFocus
 
Back
Top