Hi,
I wonder if you can help me, bascially we have a crystal report viewer application written in VB6. When the execuatble is launched from one of our software programs it is passed three values (see below).
Option Explicit
Public strDataSource As String
Public strInitCatalog As String
Public lngReportID As String
The question is how to I start the VB6 application and pass the three values to the application from my New VB .NET appication (just like our other software does).
Thanks for our help
Slim
I wonder if you can help me, bascially we have a crystal report viewer application written in VB6. When the execuatble is launched from one of our software programs it is passed three values (see below).
Option Explicit
Public strDataSource As String
Public strInitCatalog As String
Public lngReportID As String
The question is how to I start the VB6 application and pass the three values to the application from my New VB .NET appication (just like our other software does).
Thanks for our help
Slim