2012 January Blog

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: , ,

Preserving Indentation while exporting C1TrueDbGrid Grouped columns to Excel

January 27, 2012 in WinForms by richas

C1TrueDbGrid data can be exported as an Excel file using ExportToExcel() method. However, when the C1TrueDbGrid with grouped columns is exported to a spreadsheet, the group indentation is not preserved… Read the rest Tags: , ,

Load Web Images in C1Report

January 27, 2012 in ASP.NET, WinForms by Snehit Krishna

C1Report is a powerful reporting tool, which provides a large scope of customizations that we can do on the ReportDefinition, create using this control. By ReportDefinition, I don't mean only… Read the rest Tags: , ,

Adding Images to C1Tabs using jQuery

January 27, 2012 in ASP.NET, ASP.Net Wijmo by Abdias Michael

C1Tabs provides a fantastic way to show your content in Tabs and moreover can put in anything as the content of a C1TabPage.  This blog provides an easy way to add… Read the rest Tags: ,

Styling Merged Column and Row Header cells in SL DataGrid

January 27, 2012 in Silverlight by C1_Deepankar

Silverlight has been a revolution when it comes to the flexibility of designing and changing the UI of an application. Silverlight suite from ComponentOne leverages on this advantage to provide… Read the rest Tags: