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: C1FlexGridClassic, Conversion, VsFlexGrid 8.0
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: html, Import, Table, VSflexGrid
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: 64-bit controls, Registration
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: customization, VsFlexGrid 8.0
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: Chart8.0, VC++. MFC, Wrapper Classes