ActiveX Blog

Conversion of VSFlexGrid 7.0 to C1.Win.C1FlexGrid.Classic

March 23, 2012 in ActiveX by C1_GatimT

There are few customers who are using VSFlexgrid 7.0 in their old legacy VB 6.0 applications, and want to migrate to the corresponding .NET version i.e. C1FlexGridClassic. Why conversion to… Read the rest Tags: , ,

Importing HTML tables to VSFlexGrid

March 2, 2012 in ActiveX by C1_GatimT

This blog deals with loading of HTML tables into VSFlexGrid. Currently we have LoadGrid method which loads grid from a file previously saved comma-delimited text file (CSV format) such as… Read the rest Tags: , , ,

Registration of 64-bit ActiveX Controls

February 10, 2012 in ActiveX by richas

Though the 64-bit controls are installed with our Studio for ActiveX installer, many of our customers have asked us queries on how to manually register our 64-bit ActiveX controls in… Read the rest Tags: ,

Implementing Row Selection in VSFlexGrid 8.0 to retain Cell Backcolor

February 3, 2012 in ActiveX, General by C1_GatimT

When any cell formatting is applied on VsFlexGrid 8.0, then on selecting the row, the formatting is not shown. This blog explains the code to retain or keep the cell’s… Read the rest Tags: ,

How do I use VC++ #Import statements with Chart ActiveX?

January 31, 2012 in ActiveX by richas

Wrapper classes can be avoided if you use an #Import statement. In VS.NET, the wrapper classes that are generated for ActiveX controls in vC++ are not very good. The wrappers… Read the rest Tags: , ,