<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
	<title>DevComponents Knowledge Base - How To</title>
	<link>http://www.devcomponents.com/kb</link>
	<description />
	<language>en-us</language>
	<copyright>http://www.devcomponents.com/kb</copyright>
	<generator>ActiveKB NX</generator>
	<webMaster>dbas@devcomponents.com</webMaster>
	<lastBuildDate>Fri, 10 Sep 2010 16:13:05 CDT</lastBuildDate>
	<ttl>20</ttl>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=10</guid>
		<title>How to add any control to menu, toolbar and other DotNetBar controls</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=10</link>
		<description>Adding any .NET control to DotNetBar is very easy with the help  of ControlContainerItem object. Please note that this process is  completely automatic
using DotNetBar Windows Forms designer and  ...</description>
		<author>Denis Basaric</author>
		<pubDate>Fri, 21 Sep 2007 18:06:36 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=60</guid>
		<title>How To Save Default Docking Layout</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=60</link>
		<description>
	 Following code can be used in Form Load event to save default layout to a string:private void SaveDefaultLayout() {     ArrayList customBars = new ArrayList();     foreach (Bar bar in dotNetBa ...</description>
		<author>Denis Basaric</author>
		<pubDate>Sun, 01 Apr 2007 09:52:51 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=61</guid>
		<title>How to Create Menu Using Code</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=61</link>
		<description>You can create menus in either design-time using the DotNetBar
Windows Forms designer or in run-time by writting the the code to do
so. You can always create the menu in design-time and explore  ...</description>
		<author>Denis Basaric</author>
		<pubDate>Sun, 01 Apr 2007 09:52:12 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=62</guid>
		<title>How to Create Toolbars Using Code</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=62</link>
		<description>You can create toolbars in either design-time using
the DotNetBar Windows Forms designer or in run-time by writting the
code. You can always create the toolbar in design-time and explore the Ini ...</description>
		<author>Denis Basaric</author>
		<pubDate>Sun, 01 Apr 2007 09:53:24 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=63</guid>
		<title>How to Create Popup Menu or Toolbar</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=63</link>
		<description>Please create first top-level items either menu or
toolbar see appropriate how to samples. Note that you can always
perform this in design-time using DotNetBar Windows Forms designer by
simply  ...</description>
		<author>Denis Basaric</author>
		<pubDate>Sun, 01 Apr 2007 09:54:37 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=64</guid>
		<title>How to Create Context Menus</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=64</link>
		<description>Creating the context menus consists of adding the ContextMenuBar
control to the form and using the designer action items or right-click
context menu commands to add items to it. The top level bu ...</description>
		<author>Denis Basaric</author>
		<pubDate>Sun, 01 Apr 2007 09:55:09 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=65</guid>
		<title>How to create Dockable Windows</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=65</link>
		<description>Creating and manipulating dockable windows using DotNetBar is very
easy and does not require writing any code. Follow these steps to
create dockable windows: Add DotNetBarManager to the the form ...</description>
		<author>Denis Basaric</author>
		<pubDate>Sun, 01 Apr 2007 09:55:38 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=95</guid>
		<title>How to change global text rendering properties</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=95</link>
		<description>Applies to DotNetBar for Windows Forms 7.2 .NET Framework 2.0+ or later.DotNetBar by default uses Graphics DrawString (GDI+) method for text rendering. .NET Framework 2.0 introduces the TextRender ...</description>
		<author>Denis Basaric</author>
		<pubDate>Mon, 14 Jan 2008 08:22:50 CST</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=99</guid>
		<title>How to select all days in week when week number is clicked in MonthCalendarAdv control</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=99</link>
		<description>To select all week days when week number in MonthCalendarAdv is clicked handle ItemClick event and use following code:


private void monthCalendarAdv1_ItemClick(object sender, EventArgs e)
{ ...</description>
		<author>Denis Basaric</author>
		<pubDate>Tue, 05 Feb 2008 07:58:48 CST</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=102</guid>
		<title>How to scroll SideBar using MouseWheel</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=102</link>
		<description>Code below shows an example of how to scroll current SideBarPanel using MouseWheel:private void frm_Load(object sender, EventArgs e)        {            
sideBar1.MouseMove += new MouseEventHandl ...</description>
		<author>Denis Basaric</author>
		<pubDate>Wed, 12 Mar 2008 10:05:40 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=104</guid>
		<title>How to customize DateTimeInput, DoubleInput, IntegerInput and TextBoxX colors</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=104</link>
		<description>Colors customization for all controls in DotNetBar is done through Office2007ColorTable. Following code shows how to customize border color for input controls:C#:


private void CustomizeColors ...</description>
		<author>Denis Basaric</author>
		<pubDate>Thu, 02 Jul 2009 09:01:18 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=106</guid>
		<title>How to start using Windows Forms CrumbBar control</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=106</link>
		<description>    
            1. Adding CrumbBar control to a form
        

 Double-click CrumbBar control in Visual Studio.NET toolbox to add it to the form
    
     
    
            2. Opening des ...</description>
		<author>Denis Basaric</author>
		<pubDate>Tue, 01 Jul 2008 09:45:34 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=115</guid>
		<title>How to right-align the cell text in AdvTree control</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=115</link>
		<description>If you want to right-align the text in AdvTree cell control you need to create new style and assign it to all cells that you want to have text right-aligned.Note that using styles you can change m ...</description>
		<author>Denis Basaric</author>
		<pubDate>Tue, 02 Jun 2009 09:33:24 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=117</guid>
		<title>How to change TabControl tab and panel colors</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=117</link>
		<description>By default TabControl and its panels use the colors that are pre-determined by the style that is set using TabControl.Style property.To customize TabControlPanel colors which hosts the controls yo ...</description>
		<author>Denis Basaric</author>
		<pubDate>Tue, 09 Jun 2009 09:02:33 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=121</guid>
		<title>How To Use StyleManager in DotNetBar for Windows Forms</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=121</link>
		<description>DotNetBar 8.2 includes new component StyleManager to provide you with single place to manage styles and color tinting for all controls that have style set to style manager controlled.To use StyleM ...</description>
		<author>Denis Basaric</author>
		<pubDate>Wed, 07 Oct 2009 07:09:38 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=124</guid>
		<title>How to change ListViewEx border color</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=124</link>
		<description>

 
Expand Border property by clicking + next to it.


 
Change BorderColor property.From code simply use following:


listViewEx1.Border.BorderColor = Color.Green



</description>
		<author>Denis Basaric</author>
		<pubDate>Mon, 25 Jan 2010 09:53:04 CST</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=125</guid>
		<title>How to set custom shape for ButtonX or ButtonItem</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=125</link>
		<description>ButtonX and ButtonItem controls support custom shapes out of box. To create custom shape you need to create Class which inherits from ShapeDescriptor and provide implementation. Here is sample cod ...</description>
		<author>Denis Basaric</author>
		<pubDate>Wed, 17 Mar 2010 09:52:57 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=126</guid>
		<title>How to find CrumBarItem in CrumbBar control by name</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=126</link>
		<description>Here is code that shows how to enumerate all items in CrumbBar control and find one by name. You can modify it to search by any other criteria.VB:This is code that is part of the setup and used to ...</description>
		<author>Denis Basaric</author>
		<pubDate>Tue, 20 Apr 2010 09:14:06 CDT</pubDate>
	</item>
	<item>
		<guid>http://www.devcomponents.com/kb/questions.php?questionid=122</guid>
		<title>WinForms Schedule Control Quick Start Guide</title>
		<link>http://www.devcomponents.com/kb/questions.php?questionid=122</link>
		<description>

DevComponents Windows Forms Schedule Quick Start Guide

Windows Forms Schedule control provides Outlook style scheduling
functionality for your Windows Forms applications.

The Schedule c ...</description>
		<author>Brian Tallman</author>
		<pubDate>Thu, 09 Sep 2010 20:48:45 CDT</pubDate>
	</item>
	</channel>
</rss>
