The following movie shows the first look of the newly eXGraph/JS component

ExGraph/JS is a component that offers excellent graphical data visualization. It has many different types and styles of charts. Easy to use, zoom, resize, scroll, overview, legend, cursor view, owner-draw, numerous chart types to different axes in the same view, multiple views, and much more are features of the ExGraph/JS package. The ExGraph/JS is a HTML standalone-component, written in JavaScript, that uses no third-party libraries. The version of eXGraph for /COM, /NET and /WPF will be available in the near future.

The following movie shows the Predecessor/Successor feature

Tasks may have multiple predecessors or multiple successors. Before you begin establishing dependencies, it's important to understand that there are four types: Finish to Start (FS), the predecessor ends before the successor can begin, Start to Start (SS), the predecessor begins before the successor can begin, Finish to Finish (FF), the predecessor ends before the successor can end, Start to Finish (SF), the predecessor begins before the successor can end. The Predecessor/Successor columns show the bar's predecessor/successor based on its incoming/outgoing links. The control allows you to highlight the selected link, to add or remove the links based on the dependencies you type.

The following movie shows the expandable HTML caption feature

The expandable-captions allow you to expand(show)/collapse(hide) different information using "<a ;exp=>" or "<a ;e64=>" anchor ex-HTML tag. The exp/e64 field of the anchor stores the information to show once the user collapses/expands the caption. Any ex-HTML caption can be transformed to an expandable-caption, by inserting the anchor ex-HTML tag. For instance, "<solidline><b>Header</b></solidline><br>Line1<r><a ;exp=show lines>+</a><br>Line2<br>Line3" shows the Header in underlined and bold on the first line and Line1, Line2, Line3 on the rest. The "show lines" is shown instead of Line1, Line2, Line3 once the user clicks the + sign. The feature will be available for almost all components that provide the AnchorClick event, such as eXSwimlane, eXSurface, eXHTML, eXG2antt, and so on (/COM, /NET, /WPF and Javascript as well)

The following movie shows the undo/redo feature

You can undo and redo your last design actions on the surface. To undo an action, press Ctrl + Z. To redo an undone action, press Ctrl + Y. The Undo and Redo features let you remove or repeat single or multiple UI actions, but all actions must be undone or redone in the order you did or undid them you can t skip actions. For example, if you change the shape of three elements and then decide you want to undo the first change you made, you must undo all three changes. The feature will be available for eXSurface, eXSwimlane and eXSchedule /COM, /NET, /WPF and Javascript.

The following movie shows the ImageSize feature

The ImageSize property allows you to change the default icon size from 16 to any other value. In other words, ability to specify the size for icons, check-box, radio-buttons, expand-collapse glyphs and so on. The Images method allows app to load icons from files, streams or BASE-64 encoded strings. The ImageSize property should be defined before the Images method, so the correct resolution for ICO is chosen. This feature will be available for all UI controls that support Images method.

changes and additions for 2006

12-30-2006 ExGrid, 3.1.1.8
*NEW: Ability to specify the graphic feedback for the dragging items while OLE drag and drop operation is performed.
*Added: Background(exDragDropBefore) property. Specifies the visual appearance for the drag and drop cursor before showing the items. This option can be used to apply a background appearance to the items that are dragged, before any item is painted.
*Added: Background(exDragDropAfter) property. Specifies the visual appearance for the drag and drop cursor after showing the items. This option can be used to apply a semi-transparent/opaque background appearance to the items that are dragged, after they are painted.
*Added: Background(exDragDropListTop) property. Specifies the graphic feedback of the item from the drag and drop cursor if the cursor is in the top half of the row.
*Added: Background(exDragDropListBottom) property. Specifies the graphic feedback of the item from the drag and drop cursor if the cursor is in the bottom half of the row.
*Added: HitTestInfoEnum.exHTBottomHalf type specifies whether the cursor is in the bottom half of the row.
*Chang: VB\DragDrop sample
12-30-2006 ExGantt, 3.0.0.1
*NEW: Customizable Windows XP Theme support
*Added: Appearance.Add method adds a predefined XP skin defined by class, part and state, from the current XP theme, if the Skin parameter starts with "XP:". For instance, the Add( 1, "XP:Header 1 1" ), adds an XP predefined skin from the current theme, to draw the component's part as the header of the system's listview control in Windows XP
*Added: Appearance.Add("CP:") methods adds a copy of an existing skin with different coordinates.
*Added: Chart.BarFromPoint property retrieves the key of the bar from the point.
*Added: ADO samples
12-29-2006 ExTab, 1.0.2.0
*NEW: Ability to load and display custom size pictures to HTML captions.
*Added: Displays the pages in design mode, for enviroments like eDeveloper or Visual C++.
*Added: HTMLPicture property. Adds or replaces a picture being used in the HTML captions.
*Added: <img> built-in tag supports pictures. For instance, the <img>pic1</img> displays the pic1 picture being loaded using the HTMLPicture("pic1")
12-28-2006 ExListBar, 3.0.0.4
*NEW: Ability to load and display custom size pictures to HTML captions.
*NEW: The Template supports CreateObject method to create new objects.
*Added: HTMLPicture property. Adds or replaces a picture being used in the HTML captions.
*Added: <img> built-in tag supports pictures. For instance, the <img>pic1</img> displays the pic1 picture being loaded using the HTMLPicture("pic1")
*Fixed: The ReplaceIcon's Index parameter is -1, if it is missing.
12-22-2006 ExComboBox, 3.1.0.2
*NEW: Ability to highlight the column when the cursor hovers the header
*Added: Background(exCursorHoverColumn) property. Specifies the visual appearance of the column when the cursor hovers the header.
*Added: A computed field displays the days between two dates, if subtraction operator is used in the formula for cells of DATE type.
*Fixed: Sometimes, the Items.ItemPosition property changes the position of the first visible item. 
12-21-2006 ExOrgChart, 3.1.0.1
*NEW: Ability to apply skins on the control's scrollbars
*Added: ScrollButtonClick event. Occurs when the user clicks a button in the scrollbar.
*Added: ScrollPartVisible property. Indicates whether the specified scroll part is visible or hidden.
*Added: ScrollPartEnable property. Indicates whether the specified scroll part is enabled or disabled.
*Added: ScrollPartCaption property. Specifies the caption being displayed on the specified scroll part.
*Added: ScrollToolTip property. Specifies the tooltip being shown when the user moves the scroll box.
*Added: ScrollFont property. Retrieves or sets the scrollbar's font.
*Added: ScrollButtonWidth property. Specifies the width of the button in the horizontal scrollbar.
*Added: ScrollButtonHeight property. Specifies the height of the button in the vertical scrollbar.
*Added: ScrollWidth property. Specifies the width of the vertical scrollbar.
*Added: ScrollHeight property. Specifies the height of the horizontal scrollbar.
*Added: ScrollThumbSize property. Specifies the size of the thumb in the scrollbar.
12-19-2006 ExGrid, 3.1.1.7
*NEW: Ability to highlight the column when the cursor hovers the header
*Added: Background(exCursorHoverColumn) property. Specifies the visual appearance of the column when the cursor hovers the header.
*Added: The EnsureVisibleColumn calls DoEvents ( or equivalent of ) before, so the layout of the columns is processed first.
*Fixed: Restores the cell's value when the user cancels the operation during the ValidateValue event.
12-19-2006 ExplorerTree, 3.0.0.3
*NEW: OLE Drag and Drop support.
*Added: FocusGroup property. Retrieves the group that has the focus.
*Added: The \*, \?, \#, \| in Column.Filter masks the *, ?, # or | character in the filter, when the Column.FilterType = exPattern. For instance, if the * character is not preceded by a \ character, the * character matches zero or multiple characters.
*Added: A computed field displays the days between two dates, if subtraction operator is used in the formula for cells of DATE type.
12-18-2006 ExCalendar, 3.0.0.2
*Added: Calendar.ExecuteTemplate property, runs a template and retrieves a value of the variable in the template.
*Added: CalendarCombo.ExecuteTemplate property, runs a template and retrieves a value of the variable in the template.
*Added: DateChanging event. Occurs just before changing the browsed date.
*Added: CalendarCombo.DateChanging event. Occurs just before changing the browsed date.
12-15-2006 EXMLGrid, 3.0.0.2
*NEW: Built-in Load and Save XML methods
*Added: LoadXML method loads an XML document from specified location.
*Added: SaveXML method saves an XML document to specified location.
*Added: Nodes.ItemByPosition property. Retrieves the item giving its position.
12-13-2006 ExG2antt, 2.0.1.8
*NEW: Ability to save the control's content to EMF format, and so to BMP, JPG, PNG formats.
*Added: Copy method. Copies the control's content to the clipboard, in Enhanced Metafile (EMF) format.
*Added: The \*, \?, \#, \| in Column.Filter masks the *, ?, # or | character in the filter, when the Column.FilterType = exPattern. For instance, if the * character is not preceded by a \ character, the * character matches zero or multiple characters.
*Added: Fires the BarResize event for all bars in the group, when the user resizes a bar that belongs to a group.
*Fixed: The filter is applied to the changed item, if CellValue property is called.
12-09-2006 ExFolderView, 1.0.0.1 ( initial release)
Exontrol's new ExFolderView component provides a folder list view which is identical to the left side of your Windows Explorer.
12-08-2006 ExShellView, 1.0.0.1 ( initial release)
Exontrol's new ExShellView component provides a file list view which is identical with the right pane of your Windows Explorer.
12-06-2006 ExTree, 4.0.0.3
*NEW: Ability to define custom filters
*Added: Column.CustomFilters property defines custom filters.
*Added: ExecuteTemplate property, runs a template and retrieves a value of the variable in the template.
*Fixed: Items.CellCaption property fails if calling for a splitted cell.
12-05-2006 ExList, 3.1.0.1
*NEW: Ability to apply skins on the control's scrollbars
*Added: ScrollButtonClick event. Occurs when the user clicks a button in the scrollbar.
*Added: ScrollPartVisible property. Indicates whether the specified scroll part is visible or hidden.
*Added: ScrollPartEnable property. Indicates whether the specified scroll part is enabled or disabled.
*Added: ScrollPartCaption property. Specifies the caption being displayed on the specified scroll part.
*Added: ScrollToolTip property. Specifies the tooltip being shown when the user moves the scroll box.
*Added: ScrollFont property. Retrieves or sets the scrollbar's font.
*Added: ScrollButtonWidth property. Specifies the width of the button in the horizontal scrollbar.
*Added: ScrollButtonHeight property. Specifies the height of the button in the vertical scrollbar.
*Added: ScrollWidth property. Specifies the width of the vertical scrollbar.
*Added: ScrollHeight property. Specifies the height of the horizontal scrollbar.
*Added: ScrollThumbSize property. Specifies the size of the thumb in the scrollbar.
12-02-2006 ExGrid, 3.1.1.6
*NEW: Ability to load and display custom size pictures in HTML captions .
*Added: HTMLPicture property. Adds or replaces a picture being used in the HTML captions.
*Added: <img> built-in tag supports pictures. For instance, the <img>pic1</img> displays the pic1 picture being loaded using the HTMLPicture("pic1").
*Fixed: Sometimes, the Items.ItemPosition property changes the position of the first visible item.
12-01-2006 ExPropertiesList, 2.0.0.2
*NEW: Ability to save the control's content to EMF format, and so to BMP, JPG, PNG formats.
*Added: Copy method. Copies the control's content to the clipboard, in Enhanced Metafile (EMF) format.
*Added: The PropertyChange event is fired when the user moves the thumb of the slider bar
11-28-2006 ExG2antt, 2.0.1.7
*NEW: Overtype Mode support, for EditType and MemoType editors.
*Added: EditorOptionEnum.exEditAllowOverType, specifies whether the EditType or MemoType editors supports overtype mode.
*Added: EditorOptionEnum.exEditOverType, Returns or sets a value that indicates whether the EditType or MemoType editor is running in insert or overtype mode.
*Added: A computed field displays the days between two dates, if subtraction operator is used in the formula for cells of DATE type.
*Fixed: The ValidateValue event is not fired when user clicks the control's chart area.
*Added: ADO/DAO samples
11-28-2006 ExGantt, 2.0.1.9
*NEW: Ability to filter items based on the cell's icon
*Added: FilterTypeEnum.exImage type. Specifies if the column filters cells based on the icons in the column ( Items.CellImage property ).
*Added: The Template supports CreateObject method to create new objects.
11-24-2006 ExplorerTree, 3.0.0.2
*NEW: Computed Fields support
*Added: Column.ComputedField property. Specifies the formula to compute the column.
*Added: CaptionFormatEnum.exComputedField indicates a computed cell. In this case, the Group.Items.CellCaption property specifies the formula to compute the cell, based on other cells.
11-23-2006 ExTree, 4.0.0.2
*NEW: Ability to filter items based on the cell's icon
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'ConditionalFormats.Add("%0>1 and %1<2").Bold = True ' statement bolds the items where the cells in the first column are greater than 1, and the cells in the second column are less than 2.
*Added: FilterTypeEnum.exImage type. Specifies if the column filters cells based on the icons in the column ( Items.CellImage property ).
*Added: Appearance.Add("CP:") methods adds a copy of an existing skin with different coordinates.
*Added: The ScrollBar parameter of the ScrollButtonClick event provides the scrollbar being clicked.
11-20-2006 ExEdit, 2.0.0.1
*NEW: Skinnable Interface support ( ability to apply skins to background parts )
*Added: Appearance object. Defines a collection of skins.
*Added: VisualAppearance property. Specifies an object that defines the control's visual appearance.
*Added: Background property. Specifies a background color or a skin for different parts in the control.
*Added: BackColorCaretLine property supports skins.
11-20-2006 ExTab, 1.0.1.9
*NEW: The Template supports CreateObject method to create new objects. This feature can be used by programming environments ( such as eDeveloper ) that do not accept working with particular objects.
*Added: ExecuteTemplate property, runs a template and retrieves a value of the variable in the template.
*Added: The "Add Picture From Clipboard" option of the control's Builder adds a picture from the clipboard to the properties browser, so it can be used in the current object.
11-17-2006 ExOrgChart, 3.0.0.1
*NEW: Ability to display elements from Windows XP theme.
*Added: ExecuteTemplate property, runs a template and retrieves a value of the variable in the template.
*Added: PenLinkAssistant property. Specifies the type of the pen used to paint the links between assistant nodes.
*Added: PenWidthLinkAssistant property. Specifies the width of the links between assistant nodes.
*Added: LinkAssistantColor property. Specifies the color for assistant links.
11-16-2006 EXMLGrid, 3.0.0.1
*NEW: Customizable Windows XP Theme support
*Added: Ability to display parts of current Windows XP theme.
*Fixed: EditorOptionEnum.exCalcButtons property uses the ';' character to separate buttons, instead ',' character, so if the decimal symbol is ',' the buttons are separated ok.
11-14-2006 ExG2antt, 2.0.1.6
*NEW: Ability to filter items using AND, OR, or NOT operators between columns
*Added: FilterCriteria property specifies the filter criteria.
*Added: Description(exFilterBarOr) specifies the caption for the 'or' operator
*Added: Description(exFilterBarNot) specifies the caption for the 'not' operator
*Fixed: The background color for the MemoType editor sets to cell's background color.
11-13-2006 ExGrid, 3.1.1.5
*NEW: Overtype Mode support, for EditType and MemoType editors.
*Added: EditorOptionEnum.exEditAllowOverType, specifies whether the EditType or MemoType editors supports overtype mode.
*Added: EditorOptionEnum.exEditOverType, Returns or sets a value that indicates whether the EditType or MemoType editor is running in insert or overtype mode.
*Fixed: Items.ItemFiltered property retrieves the True, only if all parent items are expanded.
11-11-2006 ExplorerTree, 3.0.0.1
*NEW: Customizable Windows XP Theme support
*NEW: The Template supports CreateObject method to create new objects. For instance, in the Template string you can call an rs = CreateObject("ADODB.Recordset").Open("Table",...) to create and open a table that can be used later by DataSource property of the Group object. This feature can be used by programming environments ( such as eDeveloper ) that do not accept working with particular objects.
*Added: Appearance.Add method adds a predefined XP skin defined by class, part and state, from the current XP theme, if the Skin parameter starts with "XP:". For instance, the Add( 1, "XP:Header 1 1" ), adds an XP predefined skin from the current theme, to draw the component's part as the header of the system's listview control in Windows XP
*Added: Appearance.Add("CP:") methods adds a copy of an existing skin with different coordinates.
11-10-2006 ExRecord, 1.0.0.7
*NEW: The Template supports CreateObject method to create new objects. This feature can be used by programming environments ( such as eDeveloper ) that do not accept working with particular objects.
*Added: ExecuteTemplate property, runs a template and retrieves a value of the variable in the template.
*Fixed: The Editor.Option(exCalcButtons) property uses the ';' character to separate buttons, instead ',' character, so if the decimal symbol is ',' the buttons are separated ok.
11-08-2006 ExGantt, 2.0.1.8
*NEW: Computed Fields support
*Added: Column.ComputedField property. Specifies the formula to compute the column.
*Added: CaptionFormatEnum.exComputedField indicates a computed cell. In this case, the Items.CellCaption property specifies the formula to compute the cell, based on other cells.
*Added: ExecuteTemplate property, runs a template and retrieves a value of the variable in the template.
*Added: ScrollBarsEnum.DisableNoHorizontal type. The horizontal scroll bar is always shown, it is disabled if it is unnecessary.
*Added: ScrollBarsEnum.DisableNoVertical type. The vertical scroll bar is always shown, it is disabled if it is unnecessary.
*Added: ScrollBarsEnum.DisableBoth type. Both horizontal and vertical scroll bars are always shown, disabled if they are unnecessary.
11-04-2006 EXMLGrid, 2.0.0.8
*NEW: Ability to load and display custom size pictures to HTML captions.
*Added: HTMLPicture property. Adds or replaces a picture being used in the HTML captions.
*Added: <img> built-in tag supports pictures. For instance, the <img>pic1</img> displays the pic1 picture being loaded using the HTMLPicture("pic1")
*Added: ExecuteTemplate property, runs a template and retrieves a value of the variable in the template.
11-03-2006 ExplorerTree, 2.0.1.3
*Added: Group.Items.SelectableItem property. Specifies whether the user can select the item.
*Added: Group.Items.SelectAll method. Select all items.
*Added: Group.Items.UnselectAll method. Unselects all items.
*Added: Column.Def(exCellBackColor) property. Specifies the background color for cells in the column.
*Added: Column.Def(exCellForeColor) property. Specifies the foreground color for cells in the column.
11-02-2006 ExComboBox, 3.1.0.1
*NEW: Ability to apply skins on the control's scrollbars
*Added: ScrollButtonClick event. Occurs when the user clicks a button in the scrollbar.
*Added: ScrollPartVisible property. Indicates whether the specified scroll part is visible or hidden.
*Added: ScrollPartEnable property. Indicates whether the specified scroll part is enabled or disabled.
*Added: ScrollPartCaption property. Specifies the caption being displayed on the specified scroll part.
*Added: ScrollToolTip property. Specifies the tooltip being shown when the user moves the scroll box.
*Added: ScrollFont property. Retrieves or sets the scrollbar's font.
*Added: ScrollButtonWidth property. Specifies the width of the button in the horizontal scrollbar.
*Added: ScrollButtonHeight property. Specifies the height of the button in the vertical scrollbar.
*Added: ScrollWidth property. Specifies the width of the vertical scrollbar.
*Added: ScrollHeight property. Specifies the height of the horizontal scrollbar.
*Added: ScrollThumbSize property. Specifies the size of the thumb in the scrollbar.
11-02-2006 ExList, 3.0.1.6
*NEW: Ability to display skins for any part that paints one or multiple icons. For instance, RadioImage(0) = &H23000000, specifies that the radio buttons that are unchecked ( state 0 ) to display the skin with the identifier &H23 ( 35 decimal ), that was previously added using the VisualAppearance.Add property.
*Added: ExecuteTemplate property, runs a template and retrieves a value of the variable in the template.
*Added: RadioImage, CheckImage, Items.CellImage, Items.CellImages, Column.HeaderImage, any HTML caption that includes <img> tags, supports skins.
*Added: A computed field displays the days between two dates, if subtraction operator is used in the formula for cells of DATE type.
*Fixed: Avoids selecting the item when the user clicks the cell's check box/radio button.
10-31-2006 ExG2antt, 2.0.1.5
*NEW: Ability to specify nonworking dates one by one.
*Added: ShowNonworkingDates property. Specifies whether the control's chart displays the nonworking dates.
*Added: AddNonworkingDate method. Adds a nonworking date.
*Added: RemoveNonworkingDate method. Removes a nonworking date.
*Added: ClearNonworkingDates method. Clears the nonworking dates.
10-31-2006 ExFileView, 3.0.0.1
*NEW: Customizable Windows XP Theme support
*NEW: The Template supports CreateObject method to create new objects. This feature can be used by programming environments ( such as eDeveloper ) that do not accept working with particular objects.
*Added: ExecuteTemplate property, runs a template and retrieves a value of the variable in the template.
*Added: Background(exCursorHoverColumn) property. Specifies the visual appearance of the column when the cursor hovers the header.
10-30-2006 ExCalc, 1.0.0.5
*NEW: Ability to load and display custom size pictures to HTML captions.
*NEW: The Template supports CreateObject method to create new objects. This feature can be used by programming environments ( such as eDeveloper ) that do not accept working with particular objects.
*Added: ExecuteTemplate property, runs a template and retrieves a value of the variable in the template.
*Added: HTMLPicture property. Adds or replaces a picture being used in the HTML captions.
*Added: <img> built-in tag supports pictures. For instance, the <img>pic1</img> displays the pic1 picture being loaded using the HTMLPicture("pic1")
10-25-2006 ExPopupMenu, 1.0.2.5
*Added: <img> HTML tag supports adding icons anywhere in the item's caption
*Added: Item.ItemData property. Associates an extra data to an item.
10-24-2006 EXMLGrid, 2.0.0.7
*NEW: Ability to define the visual appearance for the editor's spin control.
*Added: BackgroundPartEnum.exSpinUpButtonUp, specifies the visual appearance for the up spin button when it is not pressed.
*Added: BackgroundPartEnum.exSpinUpButtonDown, specifies the visual appearance for the up spin button when it is pressed.
*Added: BackgroundPartEnum.exSpinDownButtonUp, specifies the visual appearance for the down spin button when it is not pressed.
*Added: BackgroundPartEnum.exSpinDownButtonUp, specifies the visual appearance for the down spin button when it is pressed.
*Added: The SpinType editor increases or decreases the date if the cell displays a date.
10-21-2006 ExGrid, 3.1.1.4
*NEW: Ability to display skins for any part that paints one or multiple icons. For instance, RadioImage(0) = &H23000000, specifies that the radio buttons that are unchecked ( state 0 ) to display the skin with the identifier &H23 ( 35 decimal ), that was previously added using the VisualAppearance.Add property.
*Added: RadioImage, CheckImage, HasButtonsCustom, Items.CellImage, Items.CellImages, Column.HeaderImage, any HTML caption that includes <img> tag, supports skins.
*Added: The SpinType editor increases or decreases the date if the cell displays a date.
*Fixed: The Unicode version can't display OLE Objects fields.
10-20-2006 ExGantt, 2.0.1.7
*Added: ColumnFromPoint method gets the index of the column being resized, if the returned value is less or equal than -256.
*Fixed: The DateChange event is fired multiple times, when the Chart.UnitScale property is not exDay.
*Fixed: Sometimes, the control is not refreshing its list, once that the user expands an item, and the control requires to display its vertical scroll bar.
*Fixed: Adjusts the drawing-link between two bars, when they belongs to the same item.
10-19-2006 ExComboBox, 3.0.1.6
*NEW: Ability to save the control's content to EMF format, and so to BMP, JPG, PNG formats.
*NEW: Ability to load and display custom size pictures to HTML captions.
*Added: HTMLPicture property. Adds or replaces a picture being used in the HTML captions.
*Added: <img> built-in tag supports pictures. For instance, the <img>pic1</img> displays the pic1 picture being loaded using the HTMLPicture("pic1")
*Added: Copy method. Copies the control's content to the clipboard, in Enhanced Metafile (EMF) format."
10-17-2006 ExList, 3.1.1.5
*NEW: Ability to load and display custom size pictures to HTML captions.
*Added: HTMLPicture property. Adds or replaces a picture being used in the HTML captions.
*Added: <img> built-in tag supports pictures. For instance, the <img>pic1</img> displays the pic1 picture being loaded using the HTMLPicture(""pic1"")
*Added: The AllowedEffects parameter is set on 1 (exOLEDropEffectCopy) , if the AllowedEffects parameter is 0 and the user calls the SetData property of the ExDataObject object during the OLEStartDrag event. The Q253282 (Changes to ByRef Parameters in Script Event Handlers Are Not Passed to Controls) expalins why on VBScript, the new value of the AllowedEffects parameter is not passed to the control.
10-13-2006 ExButton, 1.0.1.4
*Added: The "Add Picture From Clipboard" option of the control's Builder adds a picture from the clipboard to the properties browser, so it can be used in the current object.
*Added: ExecuteTemplate property, runs a template script and retrieves the result .
10-13-2006 ExRolList, 3.0.0.1
*NEW: Customizable Windows XP Theme support
*NEW: The Template supports CreateObject method to create new objects. This feature can be used by programming environments ( such as eDeveloper ) that do not accept working with particular objects.
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator.
*Added: ExecuteTemplate property, runs a template and retrieves a value of the variable in the template.
10-11-2006 ExCalendar, 3.0.0.1
*NEW: Customizable Windows XP Theme support
*Added: Appearance.Add method adds a predefined XP skin defined by class, part and state, from the current XP theme, if the Skin parameter starts with "XP:". For instance, the Add( 1, "XP:Header 1 1" ), adds an XP predefined skin from the current theme, to draw the component's part as the header of the system's listview control in Windows XP
*Added: Appearance.Add("CP:") methods adds a copy of an existing skin with different coordinates.
*Added: The Template supports CreateObject method to create new objects.
10-10-2006 ExEdit, 1.0.6.3 
*NEW: The Template supports CreateObject method to create new objects.
*Added: ToolTipOnTyping property. Specifies a value that indicates whether the tooltip of the keyword is shown while typing.
*Added: ExecuteTemplate property, runs a template and retrieves result of executing the template.
*Added: The word left to the cursor is selected in the Find dialog, if cursor is at the end of the word.
10-09-2006 ExFileView, 2.0.0.6 
*NEW: Ability to save the control's content to EMF format, and so to BMP, JPG, PNG formats.
*Added: Copy method. Copies the control's content to the clipboard, in Enhanced Metafile (EMF) format.
10-05-2006 ExTree, 4.0.0.1 
*NEW: Ability to apply skins on the control's scrollbars
*Added: ScrollButtonClick event. Occurs when the user clicks a button in the scrollbar.
*Added: ScrollPartVisible property. Indicates whether the specified scroll part is visible or hidden.
*Added: ScrollPartEnable property. Indicates whether the specified scroll part is enabled or disabled.
*Added: ScrollPartCaption property. Specifies the caption being displayed on the specified scroll part.
*Added: ScrollToolTip property. Specifies the tooltip being shown when the user moves the scroll box.
*Added: ScrollFont property. Retrieves or sets the scrollbar's font.
*Added: ScrollButtonWidth property. Specifies the width of the button in the horizontal scrollbar.
*Added: ScrollButtonHeight property. Specifies the height of the button in the vertical scrollbar.
*Added: ScrollWidth property. Specifies the width of the vertical scrollbar.
*Added: ScrollHeight property. Specifies the height of the horizontal scrollbar.
*Added: ScrollThumbSize property. Specifies the size of the thumb in the scrollbar.
10-03-2006 ExSkin, 2.0.0.7
*Added: The "Add Picture From Clipboard" option of the control's Builder adds a picture from the clipboard to the properties browser, so it can be used in the current object.
*Fixed: On Windows XP, the comctl32 library is improperly released, if the application runs with a manifest file.
10-03-2006 ExListBar, 3.0.0.3
*NEW: Customizable Windows XP Theme support
*Added: Appearance.Add method adds a predefined XP skin defined by class, part and state, from the current XP theme, if the Skin parameter starts with "XP:". For instance, the Add( 1, "XP:Header 1 1" ), adds an XP predefined skin from the current theme, to draw the component's part as the header of the system's listview control in Windows XP
*Added: Appearance.Add("CP:") methods adds a copy of an existing skin with different coordinates.
09-28-2006 ExplorerBar, 3.0.0.3
*NEW: Customizable Windows XP Theme support
*Added: Appearance.Add method adds a predefined XP skin defined by class, part and state, from the current XP theme, if the Skin parameter starts with "XP:". For instance, the Add( 1, "XP:Header 1 1" ), adds an XP predefined skin from the current theme, to draw the component's part as the header of the system's listview control in Windows XP
*Added: Appearance.Add("CP:") methods adds a copy of an existing skin with different coordinates.
09-27-2006 EXMLGrid, 2.0.0.6
*Added: The AllowedEffects parameter is set on 1 (exOLEDropEffectCopy) , if the AllowedEffects parameter is 0 and the user calls the SetData property of the ExDataObject object during the OLEStartDrag event. The Q253282 (Changes to ByRef Parameters in Script Event Handlers Are Not Passed to Controls) expalins why on VBScript, the new value of the AllowedEffects parameter is not passed to the control.
*Added: The SpinType editor increases or decreases the date if the cell displays a date.
*Fixed: The UserEditorOleEvent event is not fired, if there is no focused node.
09-26-2006 ExGrid, 3.1.1.3
*NEW: Customizable Windows XP Theme support
*Added: Appearance.Add method adds a predefined XP skin defined by class, part and state, from the current XP theme, if the Skin parameter starts with "XP:". For instance, the Add( 1, "XP:Header 1 1" ), adds an XP predefined skin from the current theme, to draw the component's part as the header of the system's listview control in Windows XP
*Added: Appearance.Add("CP:") methods adds a copy of an existing skin with different coordinates.
*Fixed: The UserEditorOleEvent event is not fired, if there is no focused cell.
09-26-2006 ExGrid, 3.1.1.2
*NEW: The Template supports CreateObject method to create new objects. For instance, in the Template string you can call an rs = CreateObject("ADODB.Recordset").Open("Table",...) to create and open a table that can be used later by DataSource property of the control. This feature can be used by programming environments ( such as eDeveloper ) that do not accept working with particular objects.
*Added: ColumnFromPoint method gets the index of the column being resized, if the returned value is less or equal than -256.
*Fixed: Fires the OffsetChanged event when the EnsureOnSort property is False, and the user scrolls a column.
*Fixed: Serializes the Items.CellData and Items.ItemData in ToTemplate format.
09-22-2006 ExG2antt, 2.0.1.4
*NEW: Ability to display skins for any part that paints one or multiple icons. For instance, RadioImage(0) = &H23000000, specifies that the radio buttons that are unchecked ( state 0 ) to display the skin with the identifier &H23 ( 35 decimal ), that was previously added using the VisualAppearance.Add property.
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'ConditionalFormats.Add("%0>1 and %1<2").Bold = True ' statement bolds the items where the cells in the first column are greater than 1, and the cells in the second column are less than 2.
*Added: Chart.IsDateVisible property. Specifies whether a date fits the control's chart area.
*Added: Chart.IsNonworkingDate property. Retrieves a value that indicates whether the date is a nonworking day.
*Added: HasButtonsCustom, RadioImage, CheckImage, Items.CellImage, Items.CellImages, Column.HeaderImage, any HTML caption that includes <img> tags, supports skins.
*Fixed: On .NET framework, an exception occurs, if the user calls the MessageBox.Show during the EditClose event
09-21-2006 ExGantt, 2.0.1.6
*Added: DateStart and DateEnd options specifies a new range to print the chart.
*Added: Items.FirstItemBar property. Retrieves the key of the first bar in the item.
*Added: Items.NextItemBar property. Retrieves the key of the next bar in the item.
*Added: Items.SelectAll method. Selects all items.
*Added: Items.UnselectAll method. Unselects all items.
09-20-2006 ExOrgChart, 2.0.0.6
*NEW: Ability to load and display custom size pictures to HTML captions.
*Added: HTMLPicture property. Adds or replaces a picture being used in the HTML captions.
*Added: <img> built-in tag supports pictures. For instance, the <img>pic1</img> displays the pic1 picture being loaded using the HTMLPicture("pic1")
09-15-2006 ExplorerTree, 2.0.1.2
*NEW: Conditional Format support (The conditional formatting feature allows you to apply formats to a cell or range of cells, and have that formatting change depending on the value of the cell or the value of a formula)
*Added: ConditionalFormat object. Specifies the formula and the format to be applied
*Added: ConditionalFormats collection. Holds a collection of ConditionalFormat objects.
*Added: Group.ConditionalFormats property. Retrieves the group's ConditionalFormats collection
09-14-2006 ExPropertiesList, 2.0.0.1
*NEW: Ability to browse .NET objects ( .NET framework )
*Added: SelectedObject property. Browses a .NET object.
*Fixed: The control is not activated on the first click.
*Fixed: If the EditOnSelect property is True, the control keeps editing a property if the user clicks outside of the control.
09-13-2006 ExComboBox, 3.0.1.5 
*Added: Updates the vertical scroll bar on the fly, if the ScrollBySingleLine property is True.
*Added: The Def(exCellBackColor) supports skins defined using the VisualAppearance.Add method.
*Added: Items.CellPictureWidth property. Retrieves or sets a value that indicates the width of the cell's picture.
*Added: Items.CellPictureHeight property. Retrieves or sets a value that indicates the height of the cell's picture.
09-10-2006 ExList, 3.0.1.5 
*NEW: Ability to load and display custom size pictures to HTML captions.
*Added: HTMLPicture property. Adds or replaces a picture being used in the HTML captions.
*Added: <img> built-in tag supports pictures. For instance, the <img>pic1</img> displays the pic1 picture being loaded using the HTMLPicture(""pic1"")
*Added: The AllowedEffects parameter is set on 1 (exOLEDropEffectCopy) , if the AllowedEffects parameter is 0 and the user calls the SetData property of the ExDataObject object during the OLEStartDrag event. The Q253282 (Changes to ByRef Parameters in Script Event Handlers Are Not Passed to Controls) expalins why on VBScript, the new value of the AllowedEffects parameter is not passed to the control.
09-06-2006 ExMenu, 3.0.0.1 
*NEW: Customizable Windows XP Theme support
*Added: Item.UserData property. Associates an extra data to the item.
09-05-2006 ExListBar, 3.0.0.2 
*NEW: Ability to specify custom size pictures for shortcuts.
*Added: ShortcutPicture property. Assigns a custom size picture to a shortcut
*Added: ShortcutPictureWidth property. Specifies the width of the shortcut's picture, when using the ShortcutPicture property.
*Added: ShortcutPictureHeight property. Specifies the height of the shortcut's picture, when using the ShortcutPicture property.
09-04-2006 ExScrollBar, 1.0.0.1 ( initial release)
Well, we did it again. Remember scrollbars? Now, it's time to change them. The ExScrollBar simulates vertical or horizontal scroll bar, slider, progress bar, volume or gauge controls and more. It supports skinning any part, ability to have additional controls above the up/left and down/right arrows, multiline tooltips, ability to put HTML text on any part of the control, owner draw feature, and more.
08-29-2006 ExTree, 3.0.1.7 
*NEW: Computed Fields support
*Added: Column.ComputedField property. Specifies the formula to compute the column.
*Added: CaptionFormatEnum.exComputedField indicates a computed cell. In this case, the Items.CellCaption property specifies the formula to compute the cell, based on other cells.
08-26-2006 ExGrid, 3.1.1.1
*NEW: Ability to filter items based on the cell's icon
*Added: FilterTypeEnum.exImage type. Specifies if the column filters cells based on the icons in the column ( Items.CellImage property ).
*Fixed: The background color for the MemoType editor sets to cell's background color.
*Fixed: The SelectionChanged event is not fired, if the SingleSel property is False, and the user clicks in an area where there are no items.
08-25-2006 ExGantt, 2.0.1.5 
*NEW: Ability to filter items using AND, OR, or NOT operators between columns
*Added: FilterCriteria property specifies the filter criteria.
*Added: Description(exFilterBarOr) specifies the caption for the 'or' operator
*Added: Description(exFilterBarNot) specifies the caption for the 'not' operator
08-22-2006 ExComboBox, 3.0.1.4 
*NEW: Computed Fields support
*Added: Column.ComputedField property. Specifies the formula to compute the column.
*Added: CaptionFormatEnum.exComputedField indicates a computed cell. In this case, the Items.CellCaption property specifies the formula to compute the cell, based on other cells.
*Fixed: The LabelHeight property restores the control's width, if calling at runtime.
08-16-2006 ExList, 3.0.1.4 
*NEW: Conditional Format support (The conditional formatting feature allows you to apply formats to a cell or range of cells, and have that formatting change depending on the value of the cell or the value of a formula)
*Added: ConditionalFormat object. Specifies the formula and the format to be applied
*Added: ConditionalFormats collection. Holds a collection of ConditionalFormat objects.
*Added: ConditionalFormats property. Retrieves the control's ConditionalFormats collection
08-16-2006 ExG2antt, 2.0.1.3 
*Added: The Def(exCellBackColor) supports skins defined using the VisualAppearance.Add method.
*Added: Items.CellPictureWidth property. Retrieves or sets a value that indicates the width of the cell's picture.
*Added: Items.CellPictureHeight property. Retrieves or sets a value that indicates the height of the cell's picture.
*Fixed: Hides the link between bars, if the item's height is zero.
*Fixed: Updates properly the Chart.FirstVisibleDate property based on the Lavel.Unit and Level.Count properties when moving the bar in the overview area ( in prior versions the FirstVisibleDate property is changed based on Level.Unit property only ).
08-12-2006 ExplorerTree, 2.0.1.1 
*NEW: Ability to filter items using AND, OR, or NOT operators between columns
*Added: Group.FilterCriteria property specifies the filter criteria.
*Added: Group.Description(exFilterBarOr) specifies the caption for the 'or' operator
*Added: Group.Description(exFilterBarNot) specifies the caption for the 'not' operator
08-11-2006 ExImages 2.0.0.2
The ExImages tool allows you to programmatically get the BASE 64 encoded string based on the path to the picture file. Details here.
08-11-2006 ExSkinBox, 1.0.0.4 
*NEW: Ability to load and display custom size pictures to HTML captions.
*Added: HTMLPicture property. Adds or replaces a picture being used in the HTML captions.
*Added: <img> built-in tag supports pictures. For instance, the <img>pic1</img> displays the pic1 picture being loaded using the HTMLPicture("pic1")
*Fixed: On Windows XP, the comctl32 library is improperly released, if the application runs with a manifest file.
08-10-2006 ExplorerBar, 3.0.0.2 
*NEW: Ability to specify custom size pictures for shortcuts.
*Added: ShortcutPicture property. Assigns a custom size picture to a shortcut
*Added: ShortcutPictureWidth property. Specifies the width of the shortcut's picture, when using the ShortcutPicture property.
*Added: ShortcutPictureHeight property. Specifies the height of the shortcut's picture, when using the ShortcutPicture property.
08-08-2006 ExCalendar, 2.0.1.0 
*Added: BackgroundPartEnum.exDropDownBackColor. Specifies the background color for the drop down portion of the control.
*Added: BackgroundPartEnum.exDropDownForeColor. Specifies the foreground color for the drop down portion of the control.
*Added: BackgroundPartEnum.exDropDownSelBackColor. Specifies the background color for the selected date in the drop down portion of the control.
*Added: BackgroundPartEnum.exDropDownSelForeColor. Specifies the foreground color for the selected date in the drop down portion of the control.
08-07-2006 ExTexture, 1.0.0.2 
*NEW: Ability to zoom the view
*Added: Zoom property. Zooms the view
*Added: AllowZoom property. Gets or sets a value that indicates whether the user magnifies the view using the mouse wheel.
*Added: Zoom event. Occurs when the user zooms the view.
08-05-2006 ExPropertiesList, 1.0.5.8 
*NEW: Ability to display properties with different heights.
*Added: Property.Height property. Specifies the height in pixels of the property.
*Added: SortOnClick property. Disables the column sorting when the user clicks the control's header.
*Added: Template = "Select(me)" browses the control's itself
*Added: Hides the blinking cursor while an EditEnum property is focused.
*Update: ExPrint.dll
08-03-2006 ExMenu, 2.0.0.9 
*NEW: Ability to load and display custom size pictures to HTML captions.
*Added: HTMLPicture property. Adds or replaces a picture being used in the HTML captions.
*Added: <img> built-in tag supports pictures. For instance, the <img>pic1</img> displays the pic1 picture being loaded using the HTMLPicture("pic1")
*Fixed: Removes the beep when the user presses the Enter key in the item's edit control.
08-02-2006 ExOrgChart, 2.0.0.5 
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'Root.Caption = "New Caption"' statement changes the caption of the root node.
*NEW: The Template supports CreateObject method to create new objects. For instance, in the Template string you can call an rs = CreateObject("ADODB.Recordset").Open("Table",...) to create and open a table that can be used later by DataSource property of the control. This feature can be used by programming environments ( such as eDeveloper ) that do not accept working with particular objects.
*Fixed: On Windows XP, the comctl32 library is improperly released, if the application runs with a manifest file.
08-01-2006 ExEdit, 1.0.6.2 
*Added: The Start parameter of the AddExpression method supports the ^ character, that indicates that the expression should start at the beginning of the line. For instance, the AddExpression("^<fgcolor=008000>*</fgcolor>", "<fgcolor=008000> </fgcolor>", ""), makes green the lines that starts with *.
*Added: A keyword that starts with ^ specifies that the keyword should be at the beginning of the line, else the keyword is ignored. For instance, AddKeyword("^<b>word</b>"), indicates that the "word" is bolded only if the line start with the "word". If the ^ is missing ( should be the first character in the html keyword ) , the AddKeyword("<b>word</b>") specifies that the "word" is bolded anywhere in the line where it is found.
*Fixed: The GotFocus and LoseFocus events on VB are not fired when clicking the control.
07-31-2006 ExTab, 1.0.1.8 
*Added: Page.Controls property. Specifies the list if controls in the page when the environment doesn't support ISimpleFrameSite interface.
*Added: MS Access sample
07-27-2006 ExTexture, 1.0.0.1 ( initial release)
Cube map texturing is a form of environment texture mapping that uses a viewing direction (3D vector) to map into a view plane the six 2D textures arranged like the faces of a cube. To obtain such a 360 degree panorama view of your surroundings you need to take six fisheye photographs each at an orthogonal 90 degree view from the others or to create computer generated cube texture faces.
07-27-2006 ExList, 3.0.1.3
*NEW: Loads virtually a database if the VirtualMode property is set on True before calling the DataSource property.
*NEW: Customizable Windows XP Theme support
*Added: Appearance.Add method adds a predefined XP skin defined by class, part and state, from the current XP theme, if the Skin parameter starts with "XP:". For instance, the Add( 1, "XP:Header 1 1" ), adds an XP predefined skin from the current theme, to draw the component's part as the header of the system's listview control in Windows XP
*Added: The \*, \?, \#, \| in Column.Filter masks the *, ?, # or | character in the filter, when the Column.FilterType = exPattern. For instance, if the * character is not preceded by a \ character, the * character matches zero or multiple characters.
07-24-2006 ExCalendar, 2.0.0.9
*Added: CalendarCombo.FocusIndexChanged event occurs when the index of the focused element is changed.
*Fixed: On VFP, the CalendarCombo control ignores the TabIndex property of the extended control, so it gets the focus when the form is loaded.
*Fixed: Ignores applying the nonworking pattern to the selected date, if the NonworkingDaysPattern propery is exPatternSolid
07-21-2006 ExGantt, 2.0.1.4
*NEW: Ability to specify whether the child items should be included, when the list is filtered.
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'ConditionalFormats.Add("%0>1 and %1<2").Bold = True ' statement bolds the items where the cells in the first column are greater than 1, and the cells in the second column are less than 2.
*Added: FilterInclude property. Specifies the items being included after the user applies the filter.
*Added: Non-alphanumeric characters wraps HTML cells, not only space character.
07-21-2006 ExComboBox, 3.0.1.3
*NEW: Conditional Format support (The conditional formatting feature allows you to apply formats to a cell or range of cells, and have that formatting change depending on the value of the cell or the value of a formula)
*Added: ConditionalFormat object. Specifies the formula and the format to be applied
*Added: ConditionalFormats collection. Holds a collection of ConditionalFormat objects.
*Added: ConditionalFormats property. Retrieves the control's ConditionalFormats collection
07-21-2006 ExTree, 3.0.1.6
*NEW: The Template supports CreateObject method to create new objects. For instance, in the Template string you can call an rs = CreateObject("ADODB.Recordset").Open("Table",...) to create and open a table that can be used later by DataSource property of the control. This feature can be used by programming environments ( such as eDeveloper ) that do not accept working with particular objects.
*Added: Items.SelectAll method. Select all items.
*Added: Items.UnselectAll method. Unselects all items.
*Added: ColumnFromPoint method gets the index of the column being resized, if the returned value is less or equal than -256.
*Update: ExPrint.dll
07-21-2006 ExG2antt, 2.0.1.2
*NEW: Ability to group the bars ( When a bar is moved or resized, all the bars in the group are moved or resized )
*Added: Items.GroupBars method. Groups two bars.
*Added: Items.UngroupBars method. Ungroups the bars.
*Added: The AllowedEffects parameter is set on 1 (exOLEDropEffectCopy) , if the AllowedEffects parameter is 0 and the user calls the SetData property of the ExDataObject object during the OLEStartDrag event. The Q253282 (Changes to ByRef Parameters in Script Event Handlers Are Not Passed to Controls) expalins why on VBScript, the new value of the AllowedEffects parameter is not passed to the control.
07-21-2006 ExPrint, 1.0.1.3
*NEW: Ability to save and restore the printer settings.
*Added: The Settings( FieldsEnum.exAllFields ) property saves and restores the printer settings.
*Added: The Settings( FieldsEnum.exPaperWidth ) property specifies the width of the paper.
*Added: The Settings( FieldsEnum.exPaperHeight ) property specifies the height of the paper.
*Added: VC\Sample
*Chang: VB\Sample
07-21-2006 ExGrid, 3.1.1.0
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'ConditionalFormats.Add("%0>1 and %1<2").Bold = True ' statement bolds the items where the cells in the first column are greater than 1, and the cells in the second column are less than 2.
*Added: Items.CellPictureWidth property. Retrieves or sets a value that indicates the width of the cell's picture.
*Added: Items.CellPictureHeight property. Retrieves or sets a value that indicates the height of the cell's picture.
*Added: The Def(exCellBackColor) supports skins defined using the VisualAppearance.Add method.
*Update: ExPrint.dll
*Fixed: The control fails on close if it includes a VB.UserControl that hosts an ATL control
06-30-2006 ExButton, 1.0.1.3
*NEW: Ability to load and display custom size pictures to HTML captions.
*Added: HTMLPicture property. Adds or replaces a picture being used in the HTML captions.
*Added: <img> built-in tag supports pictures. For instance, the <img>pic1</img> displays the pic1 picture being loaded using the HTMLPicture("pic1")
06-28-2006 EXMLGrid, 2.0.0.5
*NEW: Overtype Mode support, for EditType and MemoType editors.
*Added: EditorOptionEnum.exEditAllowOverType, specifies whether the EditType or MemoType editors supports overtype mode.
*Added: EditorOptionEnum.exEditOverType, Returns or sets a value that indicates whether the EditType or MemoType editor is running in insert or overtype mode.
*Fixed: On Windows XP, the comctl32 library is improperly released, if the application runs with a manifest file.
06-27-2006 ExEdit, 1.0.6.1
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator.
*Added: The AllowedEffects parameter is set on 1 (exOLEDropEffectCopy) , if the AllowedEffects parameter is 0 and the user calls the SetData property of the ExDataObject object during the OLEStartDrag event. The Q253282 (Changes to ByRef Parameters in Script Event Handlers Are Not Passed to Controls) expalins why on VBScript, the new value of the AllowedEffects parameter is not passed to the control.
*Fixed: Refreshes the control while the user scrolls the control when dragging data from another OLE drag source.
*Fixed: The Unicode version truncates the exCFText data, when the control performs the OLE drag and drop operations.
06-26-2006 ExplorerTree, 2.0.1.0
*NEW: Ability to filter items based on the cell's icon
*Added: FilterTypeEnum.exImage type. Specifies if the column filters cells based on the icons in the column ( Group.Items.CellImage property ).
*Added: Group.Items.CellPictureWidth property. Retrieves or sets a value that indicates the width of the cell's picture.
*Added: Group.Items.CellPictureHeight property. Retrieves or sets a value that indicates the height of the cell's picture.
06-23-2006 ExList, 3.0.1.2
*NEW: Ability to filter items using AND, OR, or NOT operators between columns
*Added: FilterCriteria property specifies the filter criteria.
*Added: Description(exFilterBarOr) specifies the caption for the 'or' operator
*Added: Description(exFilterBarNot) specifies the caption for the 'not' operator
06-21-2006 ExTree, 3.0.1.5
*NEW: Ability to specify the position of the inside ActiveX control, when the InsertControlItem property is used.
*Added: Items.ItemWidth property may specify the width of the inside ActiveX or the cell/column that shows the inside ActiveX control.
*Added: Ability to resize at run-time the drop down filter window using the mouse.
*Added: ColumnsAllowSizing property. Ability to resize the columns at run-time, even if the control's headerbar is not visible.
*Fixed: ToolTipDelay, ToolTipPopDelay and ToolTipWidth properties do not affect the tootip in the filter window.
06-20-2006 EBinder, 1.0.0.1
The Exontrol's new EBinder .NET component implements the DataSource and DataMember properties for controls like: eXG2antt, eXGrid, eXList, eXTree, eXGantt, eXComboBox control that provides access to System.Data.DataSet objects. Datasets store data in a disconnected cache. The structure of a dataset is similar to that of a relational database; it exposes a hierarchical object model of tables, rows, and columns. In addition, it contains constraints and relationships defined for the dataset. Details here.
06-20-2006 ExGrid, 3.1.0.9
*NEW: Computed Fields support
*Added: Column.ComputedField property. Specifies the formula to compute the column.
*Added: ValueFormatEnum.exComputedField indicates a computed cell. In this case, the Items.CellValue property specifies the formula to compute the cell, based on other cells.
06-16-2006 ExGantt, 2.0.1.3
*NEW: Ability to save the control's content to EMF format, and so to BMP, JPG, PNG formats.
*Added: Copy method. Copies the control's content to the clipboard, in Enhanced Metafile (EMF) format.
*Fixed: The filter is applied to the changed item, if CellValue property is called.
06-15-2006 ExComboBox, 3.0.1.2
*NEW: Customizable Windows XP Theme support
*Added: Appearance.Add method adds a predefined XP skin defined by class, part and state, from the current XP theme, if the Skin parameter starts with "XP:". For instance, the Add( 1, "XP:Header 1 1" ), adds an XP predefined skin from the current theme, to draw the component's part as the header of the system's listview control in Windows XP
*Fixed: Refreshes the control's list, if the Style property is Simple, and the user erases the current selection.
06-09-2006 ExCalendar, 2.0.0.8
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'Events.Add("March 2 2006").Bold = True ' statement bolds the March 2nd, 2006.
*Added: Limits the date to a date between MinScrollYear and MaxScrollYear when the user clicks the spin control, or the user types a new date using the keyboard.
*Fixed: Draws the spin to look disabled, when the control's Enabled property is False.
*Fixed: Closes the drop down portion of the control when the user click second time on the drop down button.
06-08-2006 ExMenu, 2.0.0.8
*Added: OpenOnClick property. Sets or gets a value that indicates the way how the user opens the menus, using the mouse.
*Added: Item.CheckEffect property. Specifies the visual effect of the checkbox in the item.
*Fixed: Aligns vertically the drop down popup menu, so it fits the monitor.
*Fixed: Restores the focus, when an inside edit control gets the focus.
06-07-2006 ExPropertiesList, 1.0.5.7
*NEW: Ability to use HTML format in the Name column, including icons and pictures.
*Added: Property.HTMLName property. Displays the property's name using built-in HTML format.
*Added: HTMLPicture property. Adds or replaces a picture in HTML captions.
*Fixed: The Value property is not properly set when the Mask includes range elements.
06-06-2006 ExG2antt, 2.0.1.1
*NEW: Ability to link the bars using the mouse
*Added: AllowLinkBars property. Specifies whether the user can link the bars using the mouse.
*Added: AddLink event. Fired when the user links two bars.
*Added: ColumnFromPoint method gets the index of the column being resized, if the returned value is less or equal than -256.
*Fixed: The DateChange event is fired multiple times, when the Chart.UnitScale property is not exDay.
06-01-2006 ExGrid, 3.1.0.8
*NEW: Conditional Format support (The conditional formatting feature allows you to apply formats to a cell or range of cells, and have that formatting change depending on the value of the cell or the value of a formula)
*Added: ConditionalFormat object. Specifies the formula and the format to be applied
*Added: ConditionalFormats collection. Holds a collection of ConditionalFormat objects.
*Added: ConditionalFormats property. Retrieves the control's ConditionalFormats collection
*Fixed: On .NET framework, an exception occurs, if the user calls the MessageBox.Show during the EditClose event
05-31-2006 ExplorerBar, 3.0.0.1
*NEW: Shortcut bar support. Ability to group the groups of items in the shortcut bar
*Added: SelectShortcut event. Notifies when the user selects a new shortcut.
*Added: ShowShortcutBar property. Shows or hides the control's shortcut bar.
*Added: Group.Shortcut property. Defines the group's shortcut.
*Added: SelectShortcut property. Selects a shortcut.
*Added: ShortcutBarBackColor property. Specifies the background color for the control's shortcut bar.
05-29-2006 ExTree, 3.0.1.4
*NEW: Ability to specify whether the child items should be included, when the list is filtered.
*Added: FilterInclude property. Specifies the items being included after the user applies the filter.
*Added: Non-alphanumeric characters wraps HTML cells, not only space character.
*Added: Improvements to the Template editor.
*Chang: The type of State parameter for the CheckImage property changed from long to CheckStateEnum type.
05-26-2006 ExCalendar, 2.0.0.8
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'Events.Add("March 2 2006").Bold = True ' statement bolds the March 2nd, 2006.
*Added: Limits the date to a date between MinScrollYear and MaxScrollYear when the user clicks the spin control, or the user types a new date using the keyboard.
*Fixed: Draws the spin to look disabled, when the control's Enabled property is False.
*Fixed: Closes the drop down portion of the control when the user click second time on the drop down button.
05-20-2006 ExplorerTree, 2.0.0.9
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator.
*Added: Group.ColumnFromPoint method gets the index of the column being resized, if the returned value is less or equal than -256.
*Fixed: The Group.Filter property gets the list of values being filtered separated by ',' instead '|', when Column.FilterType is exPattern.
05-18-2006 ExListBar, 3.0.0.1
*NEW: Shortcut bar support. Ability to group the groups of items in the shortcut bar
*Added: SelectShortcut event. Notifies when the user selects a new shortcut.
*Added: ShowShortcutBar property. Shows or hides the control's shortcut bar.
*Added: Group.Shortcut property. Defines the group's shortcut.
*Added: SelectShortcut property. Selects a shortcut.
*Added: ShortcutBarBackColor property. Specifies the background color for the control's shortcut bar.
05-16-2006 ExList, 3.0.1.1
*NEW: Ability to filter items based on the cell's icon
*NEW: The Template supports CreateObject method to create new objects. For instance, in the Template string you can call an rs = CreateObject("ADODB.Recordset").Open("Table",...) to create and open a table that can be used later by DataSource property of the control. This feature can be used by programming environments ( such as eDeveloper ) that do not accept working with particular objects.
*Added: FilterTypeEnum.exImage type. Specifies that the column filters cells based on the icons in the column.
*Added: ColumnFromPoint method gets the index of the column being resized, if the returned value is less or equal than -256.
05-12-2006 ExEMail, 1.0.1.1
*Added: Message.Helo property. Specifies the string being sent by HELO command to the e-mail server. As a result, the receiver-SMTP will not have to perform MX resolution on this name in order to validate the HELO parameter.
05-11-2006 ExRecord, 1.0.0.6
*NEW: Overtype Mode support, for EditType and MemoType editors.
*Added: EditorOptionEnum.exEditAllowOverType, specifies whether the EditType or MemoType editors supports overtype mode.
*Added: EditorOptionEnum.exEditOverType, Returns or sets a value that indicates whether the EditType or MemoType editor is running in insert or overtype mode.
05-10-2006 ExComboBox, 3.0.1.1
*NEW: Ability to filter items using AND, OR, or NOT operators between columns
*Added: FilterCriteria property specifies the filter criteria.
*Added: Description(exFilterBarOr) specifies the caption for the 'or' operator
*Added: Description(exFilterBarNot) specifies the caption for the 'not' operator
05-08-2006 ExGantt, 2.0.1.2
*NEW: Conditional Format support (The conditional formatting feature allows you to apply formats to a cell or range of cells, and have that formatting change depending on the value of the cell or the value of a formula)
*Added: ConditionalFormat object. Specifies the formula and the format to be applied
*Added: ConditionalFormats collection. Holds a collection of ConditionalFormat objects.
*Added: ConditionalFormats property. Retrieves the control's ConditionalFormats collection
05-06-2006 ExG2antt, 2.0.1.0
*Added: Print Links/Lines Support.
*Added: DateStart and DateEnd options specifies a new range to print the chart.
*Added: Items.FirstLink property. Retrieves the key of the first link.
*Added: Items.NextLink property. Retrieves the key of the next link.
*Fixed: The Chart.WeekDays and Chart.MonthNames properties do not affect the Chart.OverviewToolTip property, to generate the customized tooltip.
05-04-2006 ExPropertiesList, 1.0.5.6
*Added: Validates the property's value when its editor loses the focus.
*Added: Ignores the ToString property when browsing the eXPropertiesList itself, because it is a time consuming property.
*Fixed: Avoids expanding objects recursively when the user presses the * character on the numeric pad, or calls the ExpandAll method.
*Fixed: Misc drawing fixes.
*Fixed: The ToolTip property gets a copy of the property's tooltip, else it fails on releasing the control.
05-02-2006 ExGrid, 3.0.1.7
*NEW: Ability to save the control's content to a template string.
*Added: ToTemplate property. Generates the control's template at runtime.
*Added: AllowCopyTemplate property. Specifies whether the Shift + Ctrl + Alt + Insert sequence copies the control's content to the clipboard, in template form.
*Fixed: The KeyDown event is called twice, for drop down editors.
04-27-2006 ExTree, 3.0.1.3
*NEW: Ability to filter items using AND, OR, or NOT operators between columns
*Added: FilterCriteria property specifies the filter criteria.
*Added: Description(exFilterBarOr) specifies the caption for the 'or' operator
*Added: Description(exFilterBarNot) specifies the caption for the 'not' operator
04-24-2006 ExplorerTree, 2.0.0.8
*NEW: Ability to insert icons anywhere in the cell's caption
*Added: Items.ItemWidth property may specify the width of the inside ActiveX or the cell/column that shows the inside ActiveX control.
*Added: ItemsAllowSizing property. Retrieves or set a value that indicates whether a user can resize items at run-time.
*Added: Items.ItemAllowSizing property. Specifies a value that indicates whether a user can resize an item at run-time.
*Added: ColumnsAllowSizing property. Ability to resize the columns at run-time, even if the control's headerbar is not visible.
04-22-2006 ExCalendar, 2.0.0.7
*Added: CalendarCombo.RClick event. Occurs when the user releases the right mouse button.
*Added: CalendarCombo.Click event. Occurs when the user clicks the control's label.
*Added: CalendarCombo.DblClick event. Occurs when the user double clicks the control's label.
*Added: CalendarCombo.DropDown method. Shows or hides programmatically the drop down portion of the control.
04-19-2006 ExList, 3.0.1.0
*Added: Items.SelectAll method. Selects all items in the list.
*Added: Items.UnselectAll method. Unselects all items in the list.
*Added: The Def(exCellBackColor) supports skins defined using the VisualAppearance.Add method.
*Chang: The type of State parameter for the CheckImage property changed from long to CheckStateEnum type.
04-18-2006 ExMenu, 2.0.0.7
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'Items.Add("Item 1",2).SubMenu' statement adds a new popup menu, and gets the newly created sub menu.
*Fixed: On Windows XP, the comctl32 library is improperly released, if the application runs with a manifest file.
04-17-2006 ExComboBox, 3.0.1.0
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'ConditionalFormats.Add("%0>1 and %1<2").Bold = True ' statement bolds the items where the cells in the first column are greater than 1, and the cells in the second column are less than 2.
*NEW: The Template supports CreateObject method to create new objects. For instance, in the Template string you can call an rs = CreateObject("ADODB.Recordset").Open("Table",...) to create and open a table that can be used later by DataSource property of the control. This feature can be used by programming environments ( such as eDeveloper ) that do not accept working with particular objects.
*NEW: Ability to filter items based on the cell's icon
*Added: FilterTypeEnum.exImage type. Specifies that the column filters cells based on the icons in the column."
04-12-2006 ExGantt, 2.0.1.1
*Added: The Def(exCellBackColor) supports skins defined using the VisualAppearance.Add method.
*Added: Items.CellPictureWidth property. Retrieves or sets a value that indicates the width of the cell's picture.
*Added: Items.CellPictureHeight property. Retrieves or sets a value that indicates the height of the cell's picture.
*Added: Updates the vertical scroll bar on the fly, if the ScrollBySingleLine property is True.
04-10-2006 ExTab, 1.0.1.7
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'Pages.Add("Page 1",1).Image = 1' statement adds a new page to the control.
*Fixed: when a webpage with eXthe Tab control embedded is opened in Internet Explorer running Google Toolbar, it causes the IE to shut down.
04-07-2006 ExG2antt, 2.0.0.9
*Added: Ability to create new bars using the mouse.
*Added: Chart.AllowCreateBar property. Specifies whether the user can create new bars using the mouse.
*Added: CreateBar event. Fired when the user creates a new bar using the mouse.
*Fixed: Extends the overview area, so the leftmost bar is fully visible.
04-06-2006 ExGrid, 3.1.0.6
*NEW: Loads virtually a database if the VirtualMode property is set on True before calling the DataSource property.
*Added: Updates the vertical scroll bar on the fly, if the ScrollBySingleLine property is True.
*Added: Resets the internal locking counter when the control is painting, if the EndUpdate method is never called.
*Added: Items.SelectAll method. Selects all items.
*Added: Items.UnselectAll method. Unselects all items.
*Fixed: Restores the state of the cell's checkbox, if the ValidateValue event cancels the operation, for a CheckValueType editor.
*Fixed: On Windows XP, the ValidateValue event fires an exception, if the user sets the Cancel parameter on True.
04-04-2006 ExTree, 3.0.1.2
*NEW: Customizable Windows XP Theme support
*Added: Appearance.Add method adds a predefined XP skin defined by class, part and state, from the current XP theme, if the Skin parameter starts with "XP:". For instance, the Add( 1, "XP:Header 1 1" ), adds an XP predefined skin from the current theme, to draw the component's part as the header of the system's listview control in Windows XP
*Fixed: On Windows XP, the comctl32 library is improperly released.
04-03-2006 ExFileView, 2.0.0.5
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'FileTypes.Add("*WIN*")' statement adds a new object to the FileTypes collection.
04-01-2006 ExList, 3.0.0.9
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the ''Columns.Item("Total").ComputedField = "(%0 + %1)*1.19"'' statement specifies that the Total column displays the sum between first two columns multiplied by 1.19
*Added: ScrollBarsEnum.DisableNoHorizontal type. The horizontal scroll bar is always shown, it is disabled if it is unnecessary.
*Added: ScrollBarsEnum.DisableNoVertical type. The vertical scroll bar is always shown, it is disabled if it is unnecessary.
*Added: ScrollBarsEnum.DisableBoth type. Both horizontal and vertical scroll bars are always shown, disabled if they are unnecessary.
*Added: Non-alphanumeric characters wraps HTML cells, not only space character.
03-31-2006 ExplorerBar, 2.0.0.5
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'Groups.Add("NewGroup").AddItem("NewItem").Image = 1' statement adds a new group with an item.
03-31-2006 ExListBar, 2.0.0.4
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'Groups.Add("NewGroup").AddItem("NewItem").Image = 1' statement adds a new group with an item.
*Added: Improvements to Template editor.
03-30-2006 ExCalendar, 2.0.0.6
*Added: CalendarCombo.FocusIndex property. Specifies the index of the focused element.
*Added: CalendarCombo.Caption(Index) property. Retrieves the caption/date's element being displayed in the control's label.
*Added: CalendarCombo.IndexFromPoint property. Retrieves the index of the date's element from the point.
*Fixed: In VFP, the control can't lose the focus after clicking the drop down window.
03-29-2006 ExButton, 1.0.1.2
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator.
*Added: <img>number[:width]</img> inserts an icon inside the button's caption. The number indicates the index of the icon being inserted. The width is optional and indicates the width of the icon being inserted. Using the width option you can overwrite multiple icons getting a nice effect. By default, if the width field is missing, the width is 18 pixels. 
*Added: Non-alphanumeric characters wraps HTML caption, not only space character.
*Added: Improvements to Template editor.
03-27-2006 ExRecord, 2.0.0.5
*NEW: The Template supports calling multiple properties in the same line using the . (dot) separator. For instance, the 'Add("Calculator",21).Value = 1270' statement adds a new editor of CalculatorType, and initializes the editor's value with 1270.
*Added: Improvements to the Template editor.
*Fixed: The KeyDown event is fired twice for drop down editors.
03-27-2006 ExEditors, 1.0.1.8
*Added: EditText property. Use the EditText property to specify the text inside the editor while the user edits the text. The property has effect only if the editor displays an edit control inside.
*Added: Option(exEditSelStart) property. Sets the starting point of text selected, when an EditType editor is opened. By default, the exEditSelStart property is 0. If the exEditSelStart property is 0, the text gets selected from the first character. If the exEditSelStart property is -1, the cursor is placed at the end of the text. (long expression) 
*Added: Option(exEditSelLength) property. Sets the number of characters selected, when an EditType editor is opened. By default, the exEditSelLength property is -1. If the exEditSelLength is 0, no text is selected, instead the exEditSelStart changes the position of the cursor. If the exEditSelLength property is -1, the text from the exEditSelStart position to the end gets selected. (long expression)
03-24-2006 ExPropertiesList, 1.0.5.5
*NEW: Ability to browse properties that have multiple parameters
*Added: ShowMultipleParams property. Specifies whether the control loads properties with multiple parameters.
*Added: Property.Parameter property. Specifies whether the item holds a parameter of the parent property.
*Added: Moves the focus to the parent item, if the user presses the Left key.
03-22-2006 ExComboBox, 3.0.0.9
*Added: Non-alphanumeric characters wraps HTML cells, not only space character.
*Added: Refresh method. Refreshes the control.
*Added: CloseOnClick property. Specifies whether the user closes the drop down portion of the control using single click.
*Chang: The type of State parameter for the CheckImage property changed from long to CheckStateEnum type.
03-20-2006 ExGantt, 2.0.1.0
*NEW: Draw lines/links between bars support.
*Added: Items.AddLink method. Links two bars.
*Added: Items.RemoveLink method. Removes a link between two bars.
*Added: Items.ClearLinks method. Removes all the links in the control.
*Added: Items.Link property. Accesses options of the specified link.
*Added: Items.FirstLink property. Retrieves the key of the first link.
*Added: Items.NextLink property. Retrieves the key of the next link.
03-18-2006 ExOrgChart, 2.0.0.4
*Added: Improvements to the Template editor.
03-17-2006 ExMenu, 2.0.0.6
*Fixed: The MSAccess fails on closing the active window, when the user presses CTRL+F4 shortcut key ( close active window ).
03-10-2006 ExTab, 1.0.1.6
*NEW: Ability to insert icons anywhere in the page's caption
*Added: Improvements to the Template editor.
03-09-2006 ExG2antt, 2.0.0.8
*Added: Non-alphanumeric characters wraps HTML cells, not only space character.
*Added: Items.ItemFiltered property. Specifies whether an item is included in the control's filter.
*Added: Updates the vertical scroll bar on the fly, if the ScrollBySingleLine property is True.
*Added: Items.FirstItemBar property. Retrieves the key of the first bar in the item.
*Added: Items.NextItemBar property. Retrieves the key of the next bar in the item.
*Added: Items.SelectAll method. Selects all items.
*Added: Items.UnselectAll method. Unselects all items.
*Fixed: The KeyDown event is called twice, for drop down editors.
03-09-2006 ExGrid, 3.1.0.5
*NEW: Ability to filter items using AND, OR, or NOT operators between columns
*Added: FilterCriteria property specifies the filter criteria.
*Added: Description(exFilterBarOr) specifies the caption for the 'or' operator
*Added: Description(exFilterBarNot) specifies the caption for the 'not' operator
*NEW: Ability to define the visual appearance for the editor's spin control.
*Added: BackgroundPartEnum.exSpinUpButtonUp, specifies the visual appearance for the up spin button when it is not pressed.
*Added: BackgroundPartEnum.exSpinUpButtonDown, specifies the visual appearance for the up spin button when it is pressed.
*Added: BackgroundPartEnum.exSpinDownButtonUp, specifies the visual appearance for the down spin button when it is not pressed.
*Added: BackgroundPartEnum.exSpinDownButtonUp, specifies the visual appearance for the down spin button when it is pressed.
03-08-2006 EXMLGrid, 2.0.0.4
*Added: Improvements to the Template editor.
*Added: ExPrint 1.0.1.2
*Fixed: The KeyDown event is fired twice for drop down editors.
03-03-2006 ExTree, 3.0.1.1
*NEW: Conditional Format support (The conditional formatting feature allows you to apply formats to a cell or range of cells, and have that formatting change depending on the value of the cell or the value of a formula)
*Added: ConditionalFormat object. Specifies the formula and the format to be applied
*Added: ConditionalFormats collection. Holds a collection of ConditionalFormat objects.
*Added: ConditionalFormats property. Retrieves the control's ConditionalFormats collection
03-03-2006 ExCalcEdit, 1.0.0.1
* Initial Release
03-02-2006 ExEdit, 1.0.6.0
*Fixed: Fixes the control's context menu at the cursor position, when the user presses the context menu key.
*Fixed: The control hangs up, if the user presses ENTER, and the MultiLines property is False
03-01-2006 ExList, 3.0.0.8
*NEW: Computed Fields support
*Added: Column.ComputedField property. Specifies the formula to compute the column.
*Added: CaptionFormatEnum.exComputedField indicates a computed cell. In this case, the Items.Caption property specifies the formula used to compute the cell, based on other fields.
02-27-2006 ExG2antt, 2.0.0.7
*NEW: Ability to specify whether the child items should be included, when the list is filtered.
*Added: FilterInclude property. Specifies the items being included after the user applies the filter.
*Added: ColumnsAllowSizing property. Ability to resize the columns at run-time, even if the control's headerbar is not visible.
*Added: Mouse wheel enabled.
*Added: ExPrint 1.0.1.2
*Fixed: ToolTipDelay, ToolTipPopDelay and ToolTipWidth properties do not affect the tootip in the filter window.
*Fixed: Restores the state of the cell's checkbox, if the ValidateValue event cancels the operation, for a CheckValueType editor.
02-26-2006 ExGrid, 3.1.0.4
*Added: Non-alphanumeric characters wraps HTML cells, not only space character.
*Added: EnsureOnSort property. Specifies whether the control ensures that the focused item fits the control's client area, after the user sorts the items.
*Added: Improvements to the Template editor.
*Chang: The type of State parameter for the CheckImage property changed from long to CheckStateEnum type.
02-22-2006 ExGantt, 2.0.0.9
*NEW: Overview Layout/Map support
*Added: OverviewVisible property. Specifies whether the chart's overview layout is visible or hidden.
*Added: OverviewHeight property. Specifies whether the height of the chart's overview.
*Added: OverviewBackColor property. Specifies the background color of the chart's overview.
*Added: OverviewSelBackColor property. It changes the visual appearance or the background color of the selection in the overview area.
*Added: OverviewToolTip property. Retrieves or sets a value that indicates the format of the tooltip being shown while the cursor hovers the chart's overview area.
*Added: OverviewLevelLines property. It indicates the index of the level that displays the grid lines in the overview area. 
02-21-2006 ExResizer, 1.0.0.5
*Added: Includes container controls in the anchor window.
*Added: Update method. Updates the position and size for each anchored control.
*Fixed: Avoids conflicts with other components.
02-21-2006 ExplorerTree, 2.0.0.7
*NEW: Ability to specify whether the child items should be included, when the list is filtered.
*Added: FilterInclude property. Specifies the items being included after the user applies the filter.
*Added: Ability to resize at run-time the drop down filter window using the mouse.
*Fixed: Sometime, the filter drop down window is not closed, if the user clicks an outside window
*Fixed: ToolTipDelay, ToolTipPopDelay and ToolTipWidth properties do not affect the tootip in the filter window.
02-18-2006 ExPrint, 1.0.1.2
*Added: ExtraCaption( Key, Caption, Position, Alignment ) method adds or removes an extra caption on the page.
*Added: Resizes the drop down zoom window, based on the ItemCaption property
*Fixed: Can't insert the component to a c# or vb.net form, on .net 2005
02-15-2006 ExTree, 3.0.1.0
*NEW: Ability to save the control's content to a template string.
*Added: ToTemplate property. Generates the control's template at runtime.
*Added: AllowCopyTemplate property. Specifies whether the Shift + Ctrl + Alt + Insert sequence copies the control's content to the clipboard, in template form.
*Added: Items.CellPictureWidth property. Retrieves or sets a value that indicates the width of the cell's picture.
*Added: Items.CellPictureHeight property. Retrieves or sets a value that indicates the height of the cell's picture.
02-14-2006 ExCalendar, 2.0.0.5
*Added: Ability to change the data-entry using the digit keys, when the drop down window is visible.
*Added: CalendarCombo.AutoAdvance property. Specifies whether the next field is focused, once that the user fills data in the focused field.
*Added: Displays the current month in the drop down calendar, when the CalendarCombo.SelDate property is 0 ( null ).
*Added: CalendarCombo.MaskOnEmpty property. Specifies the masking string for each entity in the control's label, when the SelDate property is empty.
02-14-2006 ExG2antt, 2.0.0.6
*NEW: Ability to insert icons anywhere in the cell's caption.
*Added: < img >...< /img > HTML tag indicates the index of icon being inserted in the cell's caption. For instance, the < img >2< /img > displays the second icon in the cell's caption.
*Added: Ability to resize at run-time the drop down filter window using the mouse.
*Added: Items.ItemWidth property may specify the width of the inside ActiveX or the cell/column that shows the inside ActiveX control.
*Fixed: Sometime, the filter drop down window is not closed, if the user clicks an outside window
02-13-2006 Added Gallery section.
02-13-2006 ExComboBox, 3.0.0.8
*NEW: Ability to insert icons anywhere in the cell's caption
*NEW: Ability to specify whether the child items should be included, when the list is filtered.
*Added: < img >...< /img > HTML tag indicates the index of icon being inserted in the cell's caption. For instance, the < img >2< /img > displays the second icon in the cell's caption.
*Added: FilterInclude property. Specifies the items being included after the user applies the filter.
02-10-2006 ExListBar, 2.0.0.3
*Added: <img>number[:width]</img> inserts an icon inside the cell's caption. The number indicates the index of the icon being inserted. The width is optional and indicates the width of the icon being inserted. Using the width option you can overwrite multiple icons getting a nice effect. By default, if the width field is missing, the width is 18 pixels.
*Fixed: The group's tooltip displays _ if the group's caption includes a & character.
02-07-2006 ExGrid, 3.1.0.3
*NEW: Ability to specify whether the child items should be included, when the list is filtered.
*Added: FilterInclude property. Specifies the items being included after the user applies the filter.
*Added: Ability to resize at run-time the drop down filter window using the mouse.
*Added: Improvements to Template editor
*Fixed: Sometime, the filter drop down window is not closed, if the user clicks an outside window
02-06-2006 ExList, 3.0.0.7
*Added: Ability to resize at run-time the drop down filter window using the mouse.
*Added: ColumnsAllowSizing property. Ability to resize the columns at run-time, even if the control's headerbar is not visible.
*Fixed: ToolTipDelay, ToolTipPopDelay and ToolTipWidth properties do not affect the tootip in the filter window.
*Fixed: Sometime, the filter drop down window is not closed, if the user clicks an outside window
02-03-2006 ExEdit, 1.0.5.9
*Added: Improvements to Template editor
02-02-2006 ExPropertiesList, 1.0.5.4
*Added: ToString property. Retrieves the list of properties with their value as they are displayed in the control.
*Added: ExpandAll method. Expands all items.
*Added: PropertyChanged event. Fired after the user changes the property's value.
01-31-2006 ExFileView, 2.0.0.4
*Added: Improvements to the Template editor.
01-27-2006 ExRolList, 2.0.0.4
*Added: Improvements to the Template editor.
01-20-2006 ExG2antt, 2.0.0.5
*NEW: Overview Layout/Map support
*Added: OverviewVisible property. Specifies whether the chart's overview layout is visible or hidden.
*Added: OverviewHeight property. Specifies whether the height of the chart's overview.
*Added: OverviewBackColor property. Specifies the background color of the chart's overview.
*Added: OverviewSelBackColor property. It changes the visual appearance or the background color of the selection in the overview area.
*Added: OverviewToolTip property. Retrieves or sets a value that indicates the format of the tooltip being shown while the cursor hovers the chart's overview area.
*Added: OverviewLevelLines property. It indicates the index of the level that displays the grid lines in the overview area.
01-20-2006 ExGantt, 2.0.0.8
*NEW: Ability to insert icons anywhere in the cell's caption.
*Added: < img >...< /img > HTML tag indicates the index of icon being inserted in the cell's caption. For instance, the < img >2< /img > displays the second icon in the cell's caption.
*Added: Items.ItemWidth property may specify the width of the inside ActiveX or the cell/column that shows the inside ActiveX control.
*Fixed: ToolTipDelay, ToolTipPopDelay and ToolTipWidth properties do not affect the tootip in the filter window.
01-19-2006 ExTree, 3.0.0.9
*Fixed: The SearchColumnIndex property is not changed, if it is -1, and the AdjustSearchColumn property is True, when last EndUpdate method is called, even there are visible columns.
*Fixed: Avoids closing the drop down window, if the user selects an item in a drop down filter window, when the user clicks outside of the drop down window.
*Fixed: Sometime, the filter drop down window is not closed, if the user clicks an outside window
*Fixed: ToolTipDelay, ToolTipPopDelay and ToolTipWidth properties do not affect the tootip in the filter window.
01-16-2006 ExComboBox, 3.1.0.2
*Fixed: The SearchColumnIndex property is not changed, if it is -1, and the AdjustSearchColumn property is True, when last EndUpdate method is called, even there are visible columns.
*Fixed: Avoids closing the drop down window, if the user selects an item in a drop down filter window, when the user clicks outside of the drop down window.
*Fixed: Sometime, the filter drop down window is not closed, if the user clicks an outside window
*Fixed: ToolTipDelay, ToolTipPopDelay and ToolTipWidth properties do not affect the tootip in the filter window.
01-10-2006 ExCalendar, 2.0.0.4
*NEW: Ability to skin the spin in the data entry area. 
*Added: BackgroundPartEnum.exSpinUpButtonUp, specifies the visual appearance for the up spin button when it is not pressed.
*Added: BackgroundPartEnum.exSpinUpButtonDown, specifies the visual appearance for the up spin button when it is pressed.
*Added: BackgroundPartEnum.exSpinDownButtonUp, specifies the visual appearance for the down spin button when it is not pressed.
*Added: BackgroundPartEnum.exSpinDownButtonUp, specifies the visual appearance for the down spin button when it is pressed.
01-10-2006 ExButton, 1.0.1.1
*NEW: Rectangular or Round/Circular button support.
*Added: UseTransparency property. Specifies whether the control supports transparency. The transparent regions in the control's skin indicates the transparency. 
*Added: Round sample.
01-09-2006 ExMenu, 2.0.0.5
*NEW: WYSWYG Template/Layout Editor
*NEW: Ability to insert icons anywhere in the item's caption
*Added: Template property. Specifies the control's template content. It holds a collection of properties and their values, methods and objects, into a TEXT file. The template file combines XML style with something close to VBScript.