Obet Regino
2016-09-14T20:36:54Z
When converting vb6 to vb.net 2008, this error is encountered "Error 13 Name 'iGrid300_10Tec' is not declared."

How do you include iGrid300_10Tec in the toolbox?

Thanks.
Obet
Igor/10Tec
2016-09-15T06:36:23Z
iGrid ActiveX is not intended for usage with .NET. You need to switch to iGrid.NET instead. If you are a registered customer, you can obtain the WinForms version of iGrid with a discount:

http://10tec.com/order/special-offers.aspx 

Note that iGrid.NET was developed for the .NET Framework and uses its native data types, etc. This means you may need to correct your code - though the main iGrid idea (cell matrix) remains the same.