I'm trying to follow some instructions written for VB6 to integrate eye tracking API's into a .NET program. I just need help with 2 lines of the code:
The simple instructions are as follows:
Add a library reference to the Eye tracker Components 1.X Type Library (DONE)
Add a new TetCalibPlot control to the form, and name it tcpTetCalibPlot (DONE)
To access the ITetCalibPlot interface, declare and instantiate:
VB Code:
Dim m_tetCalibPlot As ITetCalibPlot Set m_tetCalibPlot = tcpTetCalibPlot.Object
I've added the reference, added the control and named it. I just don't know what the equivalent code in .NET would be for the setting of the object. Can someone help.
Thanks,




Reply With Quote