Join
Sign in
ComponentOne Community
Search Options
Search Everything
Search WinForms
Home
WinForms
WPF
ASP.NET
Silverlight
SharePoint
Help Authoring
ActiveX
Windows Mobile
General
Visual Studio Extensions
Legacy
Marketing Blogs
Dev Tools
Evangelists
C1Announcements
More ...
Home
»
WinForms
»
Win Dev Blog
»
All Tags
»
WinForms
Browse by Tags
WinForms
ComponentOne's WinForms controls
Get this RSS feed
Home
Blog
Forums
Files
Wikis
Archives
Archives
August 2010
(3)
July 2010
(1)
June 2010
(2)
May 2010
(2)
April 2010
(2)
March 2010
(6)
February 2010
(3)
January 2010
(4)
December 2009
(2)
November 2009
(1)
October 2009
(2)
September 2009
(1)
May 2009
(1)
October 2008
(1)
May 2007
(1)
April 2007
(1)
February 2007
(1)
September 2006
(1)
Tags
AdventureWorks
Become an Expert
C1Chart
C1DockingTab
C1Editor
C1FlexGrid
C1Gauge
C1InputPanel
C1NavBar
C1PrintDocument
C1PrintPreviewControl
C1PrintPreviewDialog
C1Report
C1ReportDesigner
C1Ribbon
C1RibbonForm
C1Schedule
C1SpellChecker
C1SuperLabel
C1SuperTooltip
C1TrueDBGrid
PDF
Print Preview
reporting
Visual Studio 2010
Related Posts
Blog Post:
Custom Renderers in the C1FlexGrid
C1_GregL
What is a Control Renderer? In the old days, controls had Font , ForeColor , and BackColor properties and that was enough to customize their appearance. When they were disabled they simply turned gray and everyone was happy. Developers did not have to worry too much about the appearance of their applications...
on
8-31-2010
Blog Post:
Display and Edit HTML Content in FlexGrid
C1_GregL
This blog article details how you can use ComponentOne Studio for WinForms to display and edit HTML content inside a bound datagrid. To achieve this functionality we will use 3 controls: C1FlexGrid , C1Editor and C1SuperLabel . The C1FlexGrid control is a flexible datagrid which will allow us to easily...
on
8-23-2010
Blog Post:
Advanced Print Preview for FlexGrid
C1_GregL
Print your datagrids quickly and effortlessly with the famous ComponentOne FlexGrid . Just call the PrintGrid method from your code. This method includes parameters for optionally displaying a print preview dialog using the standard humdrum PrintPreviewControl . c1FlexGrid1.PrintGrid( "MyDocument"...
on
8-10-2010
Blog Post:
What's New in WinForms 2010 v2
C1_GregL
In the 2010 v2 release we've really added a little something for everyone. We've added enhancements to 13 different controls including new ways to work with images in C1Ribbon and C1InputPanel , new Office 2010 Visual Styles in Menus & Toolbars and even new interactive features in C1Gauge...
on
7-30-2010
Blog Post:
CheckedListBox Editor for FlexGrid
C1_GregL
There are many scenarios where we have fields containing nicely formatted lists (i.e. "item1, item2, item3" or "item1;item2;item3") and we'd like to provide users with an easy, error-proof way of editing these fields. The obvious solution is to use the CheckedListBox control provided...
on
6-28-2010
Blog Post:
Putting the "Win" in WinForms
C1_GregL
Webcast video See how ComponentOne puts the "Win" in WinForms. In this webcast we demonstrate how easy it is to create advanced Winforms applications using advanced controls. We take a deeper look at many controls including C1InputPanel, C1TrueDBGrid, C1Scheduler, C1DynamicHelp, and C1DockingTab...
on
6-24-2010
Blog Post:
Using FlexGrid as an advanced ListBox
C1_GregL
This brief post shows how to create a ListBox type control which mimics the one used in Microsoft Access. To create this we will use the ComponentOne FlexGrid control. Its flexible, unbound framework allows us to easily manipulate a grid of data however we want. We put the FlexGrid inside a C1NavBar...
on
5-27-2010
Blog Post:
PDF Acroforms in WinForms
C1_GregL
Deep in the ComponentOne Laboratories, our developers have been envisioning new and improved ideas to enhance our current controls. This is no different with ComponentOne Print Preview for WinForms. A major enhancement has been made to Print Preview for WinForms: forms can now be exported to PDF Acroforms...
on
5-21-2010
Blog Post:
Extreme Form Makeover with C1Ribbon
C1_GregL
What is a Ribbon? A Ribbon, in computing terms, is a tabbed interface of buttons and controls which replace traditional menus and toolbars at the top of a window. The Microsoft Ribbon interface was first introduced in the Office 2007 applications such as Word, Excel and PowerPoint. Benefits of using...
on
4-29-2010
Blog Post:
C1Editor Quickstart
C1_GregL
This article contains a brief introduction to the C1Editor control added to the ComponentOne Studio Enterprise in the 2009 v3 release. The C1Editor is a WinForms rich text editor. Compared to the RichTextBox that ships with Visual Studio, the C1Editor has the following advantages: C1Editor uses XHTML...
on
4-9-2010
Blog Post:
What's New: Gauges for WinForms
C1_GregL
New in 2010, ComponentOne Gauges for WinForms provides the flexibility to create simple, practical gauges that get the job done while also supplying all of the advanced features to create the most eye-catching, sophisticated and professional looking gauges imaginable. The first release is feature-packed...
on
3-18-2010
Blog Post:
What's New: RDL Reporting Definition Support
C1_GregL
In 2010 v1, ComponentOne added preliminary support for the Microsoft Reporting Services (RDL) to the C1PrintDocument component. Now it's so easy to display your RDL reports in your WinForms applications and get all of the extra features that come with ComponentOne Reports for WinForms , as well as...
on
3-18-2010
Blog Post:
Visual Studio 2010 Compatibility
C1_GregL
Microsoft Visual Studio 2010 is coming soon and developers are starting to adopt this new environment. There were many changes to Visual Studio 2010 that required changes to add-ons and components that you used in Visual Studio 2008. With the first Studio Enterprise 2010 release, ComponentOne has added...
on
3-16-2010
Blog Post:
Become an Expert Part 6: Data Manipulation and UI Enhancement
C1_GregL
Part 6 Overview In this final part of the "Become an Expert" series, we complete the Sales Management Application further by making it more user friendly. Up to this point we have used various controls from ComponentOne Studio for WinForms such as C1FlexGrid , C1Chart , C1Report and others...
on
3-15-2010
Blog Post:
Become an Expert Part 5: Generating Reports
C1_GregL
Part 5 Overview This is the fifth part in the six-part "Become an Expert" series. In this part we will add a report generation feature to the Sales Management Application. This feature will be implemented simply by using the C1Report control, which is part of ComponentOne Studio for WinForms...
on
3-8-2010
Blog Post:
Creating Outlines and Trees with the C1FlexGrid Control
C1_GregL
One of the unique and popular features of the C1FlexGrid control is the ability to add hierarchical grouping to regular unstructured data. To achieve this, the C1FlexGrid introduces the concept of Node rows. Node rows do not contain regular data. Instead, they act as headers under which similar data...
on
3-3-2010
Blog Post:
Become an Expert Part 4: Adding Charts to Analyze Sales Data
C1_GregL
Part 4 Overview In this series, we will create a Sales Management application to show how easily anyone can "Become an Expert". Up to this point, we have created a sales data list using C1FlexGrid (part of ComponentOne Studio for WinForms), as well as added exporting options including Excel...
on
2-17-2010
Blog Post:
Become an Expert Part 3: Adding a Ribbon Interface and Export Options
C1_GregL
Part 3 Overview In this series, we will use controls from ComponentOne Studio for WinForms to create a Sales Management application and show how easily anyone can "Become an Expert". Keep in mind that up until now* we have created a table to display sales data, implemented features to add/delete...
on
2-9-2010
Blog Post:
Become an Expert Part 2: Adding Features to the Sales Management Application
C1_GregL
Part 2 Overview Microsoft Visual Studio contains a number of standard controls. ComponentOne Studio Enterprise provides easy-to-use controls with enhanced features which can be used in Visual Studio along with standard controls. In this series, we make use of these controls to create a Sales Management...
on
2-5-2010
Blog Post:
Become an Expert Part 1: Create a Sales Management Application using ComponentOne Studio for WinForms
C1_GregL
Introduction Visual Studio provides a number of standard controls, but every so often you may wish you could do something more. Most of us developers are aware that trying something complicated with standard controls means a lot of time will be spent on coding. ComponentOne Studio for WinForms (hereafter...
on
1-29-2010
Page 1 of 2 (32 items)
1
2