G
Guest
Hi
I have some old VB6 code and I need to automate some testing from .NET by using the VB6 objects and interrogating the results. The VB6 object basically just does some work and returns an XML string which I need to validate
An asp page using the VB6 object would be something like..
set myObj = CreateObject("MyAPI.SomeVB6Class"
result = myObj.DoSomething(
Can anyone advise me of the best approach to doing this through .NET? Can I instantiate and use the VB6 objects? Or do I have to use asp.net page and then interrogate that
Many thanks...
I have some old VB6 code and I need to automate some testing from .NET by using the VB6 objects and interrogating the results. The VB6 object basically just does some work and returns an XML string which I need to validate
An asp page using the VB6 object would be something like..
set myObj = CreateObject("MyAPI.SomeVB6Class"
result = myObj.DoSomething(
Can anyone advise me of the best approach to doing this through .NET? Can I instantiate and use the VB6 objects? Or do I have to use asp.net page and then interrogate that
Many thanks...