
07-29-2003, 07:48 AM
|
|
Senior Contributor
|
|
Join Date: Jul 2003
Location: London, England
Posts: 993
|
|
|
If the programs can be independent, then you could use shell to run the VB6 program. There may be something that you could do with the return value from the shell to make the .NET program pause until the other program has finished.
Another suggestion would be to make the VB6 program into a control and to compile it to an OCX. I'd have thaught that once compiled, the control will have no difficulty communicating with .NET
|
|