My VB6 program should call some device interface program.
I should make this device interface program using C#.
Once VB6 program call C# execution file, C# program should run on the top most until it terminates.
1. How to make run C# program on the top most?
Should it be done in VB6? or C#?
2. I should make VB6 pass some parameter to the C# and C# return some parameter to the VB6.
How to do this?
I should make this device interface program using C#.
Once VB6 program call C# execution file, C# program should run on the top most until it terminates.
1. How to make run C# program on the top most?
Should it be done in VB6? or C#?
2. I should make VB6 pass some parameter to the C# and C# return some parameter to the VB6.
How to do this?