******
VB ***
I added the COM dll in references and then:
Dim simulator As MySimulator
Set simulator = New MySimulator
********** C# ********
I add the COM dll in references an then:
MySimulatorLib.MySimulator simulator;
simulator = new MySimulator.MySimulator ();
After that I only initializate some parameters of the dll like
simulator.parameter1 = 3;
simulator.parameter2 = x;
And then I run the loop calling to run() functión of the DLL
Thanks
http://www.hhdirecto.net
http://www.dechiste.com
http://www.sinmp3.com