<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ComponentSource Topic | Prof-UIS</title><link>http://www.componentsource.com/topics/prof-uis/index.html</link><description></description><language>en-us</language><lastBuildDate>Thu, 09 Feb 2012 23:49:47 GMT</lastBuildDate><copyright>(C) Copyright 1996-2012 ComponentSource.</copyright><atom:link href="http://www.componentsource.com/topics/prof-uis/rss.xml" rel="self" type="application/rss+xml"/><item><title>Prof-UIS updated to V2.93</title><link>http://www.componentsource.com/news/2012/01/04/prof-uis.html?rc=ni_9837</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/1/9837/default_w350.png?rc=ni_9837" alt="PageNavigator, ReportGrid, Skinnable Buttons and RibbonBar samples."/&gt;&lt;p&gt;&lt;small&gt;PageNavigator, ReportGrid, Skinnable Buttons and RibbonBar samples.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/prof-uis/index.html?rc=ni_9837"&gt;Prof-UIS&lt;/a&gt; includes more than 200 C++ classes, templates and interfaces that will help you add rich, up-to-date GUIs to your projects. Create Microsoft Office and Visual Studio look-and-feel interfaces, tabbed docking windows, tab containers with detachable tabs, customizable menus and toolbars.&lt;/p&gt;&lt;h3&gt;Updates in V2.93&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Windows 7 Ribbon style support&lt;/li&gt;&lt;li&gt;Quick Access Toolbar is now integrated into the Window caption in all UI themes&lt;/li&gt;&lt;li&gt;Printing and preview now supports a header, footer and both left and right gutter areas&lt;/li&gt;&lt;li&gt;Persist a page navigator using MFC archives&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About FOSS Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/foss/index.html?rc=ni_9837"&gt;FOSS Software&lt;/a&gt; was founded in 2000 by a group of senior software engineers and managers with a proven track record of success in the IT industry. Since then the company has released a number of FOSS branded products which have gained national and international recognition. Their products have been sold in 34 countries and translated to 14 languages.&lt;/p&gt;</description><category>32 Bit</category><category>64 Bit</category><category>C++ / MFC Class Libraries</category><category>Components</category><category>DLL</category><category>FOSS Software</category><category>Microsoft</category><category>Other</category><category>Patch Releases</category><category>Static Link Library</category><category>User Interface</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual C++</category><category>Visual C++ .NET</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual C++ 2010</category><category>Visual Studio</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2012/01/04/prof-uis.html?rc=ni_9837</guid><pubDate>Wed, 04 Jan 2012 11:13:58 GMT</pubDate></item>
		<item><title>Prof-UIS adds popover scrollbars</title><link>http://www.componentsource.com/news/2011/10/27/prof-uis.html?rc=ni_9337</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/1/9337/default_w350.png?rc=ni_9337" alt="PageNavigator, ReportGrid, Skinnable Buttons and RibbonBar samples."/&gt;&lt;p&gt;&lt;small&gt;PageNavigator, ReportGrid, Skinnable Buttons and RibbonBar samples.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Version 2.92 also includes improvements to grid controls and the rich content subsystem.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/prof-uis/index.html?rc=ni_9337"&gt;Prof-UIS&lt;/a&gt; is an MFC extension library that allows you to create enterprise-class applications in the Visual Studio 2010/2008/2005/NET/6.0 environment. More than 200 thoroughly tested and documented C++ classes, templates and interfaces will help you take the time and complexity out of incorporating rich and up-to-date GUI facilities in your projects: Microsoft Office and Visual Studio look-and-feel interface, tabbed docking windows, tab containers with detachable tabs, extremely customizable data grid and property grid controls, customizable menus, toolbars and keyboard accelerators, multi profile GUI persistence, and more.&lt;/p&gt;&lt;h3&gt;Updates in V2.92&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Added support for popover scroll bars in all scrollable controls based on the CExtScrollWnd class.&lt;/li&gt;&lt;li&gt;Added a ui-sb-type CSS parameter to specify the type of scroll bars in a scrollable HTML element.&lt;/li&gt;&lt;li&gt;Added support for a content tip in a grid cell. The tip can host either plain text or HTML. It can be displayed even if all parts of a grid cell are visible.&lt;/li&gt;&lt;li&gt;The CExtRichContentScrollWnd control now allows you to attach a window handle to an HTML element by element ID.&lt;/li&gt;&lt;li&gt;The CExtRichContentLayout::Scrolling_GetHorizontalScrollBarHeight()and CExtRichContentLayout::Scrolling_GetVerticalScrollBarWidth()methods now have a new const CExtRichContentItem * pRCI parameter.&lt;/li&gt;&lt;li&gt;Improved the way grid controls filter their data: now when you open a column filter, it contains unchecked items as well as checked ones.&lt;/li&gt;&lt;li&gt;Added an __ECTN_EX_NO_RIBBON_GALLERY_TIP command node style for hiding tooltips in ribbon galleries.&lt;/li&gt;&lt;li&gt;Added a bUseScientificNumberMode parameter to the CExtEditSystemNumber class constructor to support scientific mode in the number editor.&lt;/li&gt;&lt;li&gt;Fixed incorrect mm unit conversion in the CSS subsystem.&lt;/li&gt;&lt;li&gt;Fixed incorrect parsing of font-family and text-decoration CSS parameters.&lt;/li&gt;&lt;li&gt;Fixed a hit testing bug in the CExtRichContentScrollWnd control related to incorrect mouse capture processing.&lt;/li&gt;&lt;li&gt;Fixed a crash when using the print preview on Windows x64 under certain conditions.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About FOSS Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/foss/index.html?rc=ni_9337"&gt;FOSS Software, Inc.&lt;/a&gt; is a software development and consulting company. The company's mission is the optimization of the development process, adaptation and software product maintenance. FOSS Software is committed to lowering the risk of developing unclaimed software and out-of-date technologies, keeping track of up-to-date technologies and supporting companies in upgrading their software in the most efficient way. FOSS Software, Inc., incorporated in November of 2000, was formed by a group of highly qualified programmers and program managers with extensive experience in the high technology field.&lt;/p&gt;</description><category>32 Bit</category><category>64 Bit</category><category>C++ / MFC Class Libraries</category><category>Components</category><category>DLL</category><category>Feature Releases</category><category>FOSS Software</category><category>Microsoft</category><category>Other</category><category>Static Link Library</category><category>User Interface</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual C++</category><category>Visual C++ .NET</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual C++ 2010</category><category>Visual Studio</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><category>32 Bit</category><category>64 Bit</category><category>C++ / MFC Class Libraries</category><category>Components</category><category>DLL</category><category>Feature Releases</category><category>FOSS Software</category><category>Microsoft</category><category>Other</category><category>Static Link Library</category><category>User Interface</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual C++</category><category>Visual C++ .NET</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual C++ 2010</category><category>Visual Studio</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2011/10/27/prof-uis.html?rc=ni_9337</guid><pubDate>Thu, 27 Oct 2011 12:29:00 GMT</pubDate></item>
		<item><title>Prof-UIS adds HTML viewer control</title><link>http://www.componentsource.com/news/2010/11/09/prof-uis.html?rc=ni_6337</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/7/6337/default_w350.png?rc=ni_6337" alt="PageNavigator, ReportGrid, Skinnable Buttons and RibbonBar samples."/&gt;&lt;p&gt;&lt;small&gt;PageNavigator, ReportGrid, Skinnable Buttons and RibbonBar samples.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Version 2.91 also implements an HTML generator control with tree data structure for a logical UI structure.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/prof-uis/index.html?rc=ni_6337"&gt;Prof-UIS&lt;/a&gt; is an MFC extension library that allows you to create enterprise-class applications in the Visual Studio 2008/2005/NET/6.0 environment. More than 200 thoroughly tested and documented C++ classes, templates and interfaces will help you take the time and complexity out of incorporating rich and up-to-date GUI facilities in your projects: Microsoft Office 2000/XP/2003/2007 and Visual Studio 2005/2008 look-and-feel interface, tabbed docking windows, tab containers with detachable tabs, extremely customizable data grid and property grid controls, customizable menus, toolbars and keyboard accelerators, multi profile GUI persistence, and more.&lt;/p&gt;&lt;h3&gt;Updates in V2.91&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Added a CExtRichContentScrollWnd class, which implements a simple and fast scrollable HTML viewer control.&lt;/li&gt;&lt;li&gt;Added a CExtRichGenWnd class, which implements an HTML generator control. It uses a tree data structure describing a logical structure of UI elements to generate an HTML document that displays the described UI. This control is similar to a web server and a web browser together in one box.&lt;/li&gt;&lt;li&gt;Added a CExtRibbonBackstageViewWnd class (see screenshot), which implements a backstage view control based on CExtRichGenWnd. The control generates and -- displays an HTML based backstage view similar to that in Microsoft Office 2010 applications.&lt;/li&gt;&lt;li&gt;Added a CExtRibbonBar::m_pBackstageViewWnd property and a set of new CExtRibbonBar::BackstageView_***() methods to use the backstage view control with the ribbon bar.&lt;/li&gt;&lt;li&gt;HTML Everywhere now supports:&lt;/li&gt;&lt;ul&gt;&lt;li&gt;float:left and float:right&lt;/li&gt;&lt;li&gt;display:inline-block&lt;/li&gt;&lt;li&gt;align parameter of the IMG tag&lt;/li&gt;&lt;li&gt;overflow:scroll&lt;/li&gt;&lt;li&gt;CSS pseudo classes&lt;/li&gt;&lt;li&gt;HTML output generated from the Microsoft Word&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Added a CExtRibbonBar::m_bFileTabButtonDisplaysText property to display text on the ribbon file button (you can still display an icon instead).&lt;/li&gt;&lt;li&gt;Added an automatic best-fit feature for rows and columns in the CExtGridWnd control.&lt;/li&gt;&lt;li&gt;Added a __EGCS_EX_AUTO_BEST_FIT extended grid cell style, __EGBS_BSE_EX_AUTO_BEST_FIT_COLUMNS and __EGBS_BSE_EX_AUTO_BEST_FIT_ROWS grid control styles, a set of new CExtGridWnd::OnGridQueryAutoBest***() and CExtGridWnd::OnGridDoAutoBestFit***() virtual methods.&lt;/li&gt;&lt;li&gt;The CExtEditBase class now supports advanced Prof-UIS tooltips. Added a CExtEditBase::m_nAdvancedTipStyle property.&lt;/li&gt;&lt;li&gt;The CExtSliderWnd class now supports advanced Prof-UIS tooltips. Added a CExtSliderWnd::m_nAdvancedTipStyle property and CExtSliderWnd::SetTooltipText() method.&lt;/li&gt;&lt;li&gt;Added CExtHeaderCtrl::OnNotifyHdnTrack() and CExtListCtrl::OnNotifyHdnTrack() virtual methods for processing HDN_TRACK notifications from the CExtHeaderCtrl control.&lt;/li&gt;&lt;li&gt;The CExtEditSystemNumber control now supports editing of the scientific number format. Added a CExtEditSystemNumberCurrencyBase::m_bUseScientificNumberMode property and CExtEditSystemNumber::LongDoubleGetBase(), CExtEditSystemNumber::LongDoubleGetMantissa(), CExtEditSystemNumber::LongDoubleGetPower() methods.&lt;/li&gt;&lt;li&gt;Added a CExtListCtrl::m_bSelectAllOnCtrlA flag property to select all list view items on the Ctrl+A key combination.&lt;/li&gt;&lt;li&gt;Added a CExtShellDialogBrowseFor::m_bHelperEnableShellAutoCompleteInEditor property. If the m_bHelperEnableShellAutoCompleteInEditor is true (by default), the edit control can be used for typing paths and it supports auto completion.&lt;/li&gt;&lt;li&gt;Added support for displaying HTML content in the text area of almost any Prof-UIS control. This new HTML Everywhere feature enables you to make your MFC applications visually richer with the ease of creating HTML pages. This feature is a beta.&lt;/li&gt;&lt;li&gt;Added an CExtAviLabel video control with a themed background. This feature is a beta.&lt;/li&gt;&lt;li&gt;Added themed scroll bars for the Visual Studio 2010 UI theme.&lt;/li&gt;&lt;li&gt;Added a Rich Content sample that illustrates the new HTML Everywhere feature.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About FOSS Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/foss/index.html?rc=ni_6337"&gt;FOSS Software, Inc.&lt;/a&gt; is a software development and consulting company. The company's mission is the optimization of the development process, adaptation and software product maintenance. FOSS Software is committed to lowering the risk of developing unclaimed software and out-of-date technologies, keeping track of up-to-date technologies and supporting companies in upgrading their software in the most efficient way. FOSS Software, Inc., incorporated in November of 2000, was formed by a group of highly qualified programmers and program managers with extensive experience in the high technology field.&lt;/p&gt;</description><category>32 Bit</category><category>64 Bit</category><category>C++ / MFC Class Libraries</category><category>Components</category><category>DLL</category><category>Feature Releases</category><category>FOSS Software</category><category>Microsoft</category><category>Other</category><category>Static Link Library</category><category>User Interface</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual C++</category><category>Visual C++ .NET</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual C++ 2010</category><category>Visual Studio</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/11/09/prof-uis.html?rc=ni_6337</guid><pubDate>Tue, 09 Nov 2010 17:05:00 GMT</pubDate></item>
		<item><title>Prof-UIS adds VS2010 themed scrollbars</title><link>http://www.componentsource.com/news/2010/07/01/prof-uis.html?rc=ni_4644</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/3/2327/default_w350.png?rc=ni_4644" alt="PageNavigator, ReportGrid, Skinnable Buttons and RibbonBar samples."/&gt;&lt;p&gt;&lt;small&gt;PageNavigator, ReportGrid, Skinnable Buttons and RibbonBar samples.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Version 2.90 also adds a Rich Content sample to illustrate the new HTML Everywhere feature.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/prof-uis/index.html?rc=ni_4644"&gt;Prof-UIS&lt;/a&gt; is an MFC extension library that allows you to create enterprise-class applications in the Visual Studio 2008/2005/NET/6.0 environment. More than 200 thoroughly tested and documented C++ classes, templates and interfaces will help you take the time and complexity out of incorporating rich and up-to-date GUI facilities in your projects: Microsoft Office 2000/XP/2003/2007 and Visual Studio 2005/2008 look-and-feel interface, tabbed docking windows, tab containers with detachable tabs, extremely customizable data grid and property grid controls, customizable menus, toolbars and keyboard accelerators, multi profile GUI persistence, and more.&lt;/p&gt;&lt;h3&gt;Updates in V2.90&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Added themed scroll bars for the Visual Studio 2010 UI theme.&lt;/li&gt;&lt;li&gt;Added a Rich Content sample that illustrates the new HTML Everywhere feature.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About FOSS Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/foss/index.html?rc=ni_4644"&gt;FOSS Software, Inc.&lt;/a&gt; is a software development and consulting company. The company's mission is the optimization of the development process, adaptation and software product maintenance. FOSS Software is committed to lowering the risk of developing unclaimed software and out-of-date technologies, keeping track of up-to-date technologies and supporting companies in upgrading their software in the most efficient way. FOSS Software, Inc., incorporated in November of 2000, was formed by a group of highly qualified programmers and program managers with extensive experience in the high technology field.&lt;/p&gt;</description><category>32 Bit</category><category>64 Bit</category><category>C++ / MFC Class Libraries</category><category>Components</category><category>DLL</category><category>Feature Releases</category><category>FOSS Software</category><category>Microsoft</category><category>Other</category><category>Static Link Library</category><category>User Interface</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual C++</category><category>Visual C++ .NET</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual C++ 2010</category><category>Visual Studio</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/07/01/prof-uis.html?rc=ni_4644</guid><pubDate>Thu, 01 Jul 2010 17:35:00 GMT</pubDate></item>
		<item><title>Prof-UIS gains Visual Studio 2010 theme</title><link>http://www.componentsource.com/news/2010/05/18/prof-uis.html?rc=ni_4000</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/3/2005/default_w350.png?rc=ni_4000" alt="PageNavigator, ReportGrid, Skinnable Buttons and RibbonBar samples."/&gt;&lt;p&gt;&lt;small&gt;PageNavigator, ReportGrid, Skinnable Buttons and RibbonBar samples.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Version 2.89 also adds VS2010 support to Prof-UIS Integration Wizard.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/prof-uis/index.html?rc=ni_4000"&gt;Prof-UIS&lt;/a&gt; is an MFC extension library that allows you to create enterprise-class applications in the Visual Studio 2008/2005/NET/6.0 environment. More than 200 thoroughly tested and documented C++ classes, templates and interfaces will help you take the time and complexity out of incorporating rich and up-to-date GUI facilities in your projects: Microsoft Office 2000/XP/2003/2007 and Visual Studio 2005/2008 look-and-feel interface, tabbed docking windows, tab containers with detachable tabs, extremely customizable data grid and property grid controls, customizable menus, toolbars and keyboard accelerators, multi profile GUI persistence, and more.&lt;/p&gt;&lt;h3&gt;Updates in V2.89&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Added a Visual Studio 2010 theme The most of bitmap-based UI elements in this theme are based on images generated on-the-fly from the code.&lt;/li&gt;&lt;li&gt;Prof-UIS Integration Wizard is updated to support Visual Studio 2010.&lt;/li&gt;&lt;li&gt;Added a drag-and-drop starting feature for tab items in dynamic control bars in document mode.&lt;/li&gt;&lt;li&gt;Button groups in the ribbon now support long caption text. Now the caption text can optionally make the button group wider and display a tooltip with ellipsis effect.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About FOSS Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/foss/index.html?rc=ni_4000"&gt;FOSS Software, Inc.&lt;/a&gt; is a software development and consulting company. The company's mission is the optimization of the development process, adaptation and software product maintenance. FOSS Software is committed to lowering the risk of developing unclaimed software and out-of-date technologies, keeping track of up-to-date technologies and supporting companies in upgrading their software in the most efficient way. FOSS Software, Inc., incorporated in November of 2000, was formed by a group of highly qualified programmers and program managers with extensive experience in the high technology field.&lt;/p&gt;</description><category>32 Bit</category><category>64 Bit</category><category>C++ / MFC Class Libraries</category><category>Components</category><category>DLL</category><category>Feature Releases</category><category>FOSS Software</category><category>Microsoft</category><category>Other</category><category>Static Link Library</category><category>User Interface</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual C++</category><category>Visual C++ .NET</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual C++ 2010</category><category>Visual Studio</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/05/18/prof-uis.html?rc=ni_4000</guid><pubDate>Tue, 18 May 2010 09:24:00 GMT</pubDate></item>
		<item><title>Prof-UIS updated</title><link>http://www.componentsource.com/news/2010/02/18/prof-uis.html?rc=ni_2857</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/2/1520/default_w350.png?rc=ni_2857" alt="PageNavigator, ReportGrid, Skinnable Buttons and RibbonBar samples."/&gt;&lt;p&gt;&lt;small&gt;PageNavigator, ReportGrid, Skinnable Buttons and RibbonBar samples.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Latest update adds Office 2010 Blue, Silver and Black themes.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/products/prof-uis/index.html?rc=ni_2857"&gt;Prof-UIS&lt;/a&gt; is an MFC extension library that allows you to create enterprise-class applications in the Visual Studio 2008/2005/NET/6.0 environment. More than 200 thoroughly tested and documented C++ classes, templates and interfaces will help you take the time and complexity out of incorporating rich and up-to-date GUI facilities in your projects: Microsoft Office 2000/XP/2003/2007 and Visual Studio 2005/2008 look-and-feel interface, tabbed docking windows, tab containers with detachable tabs, extremely customizable data grid and property grid controls, customizable menus, toolbars and keyboard accelerators, multi profile GUI persistence, and more.&lt;/p&gt;&lt;h3&gt;Updates in V2.88&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Added Office 2010 Blue, Silver and Black Themes&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About FOSS Software&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/foss/index.html?rc=ni_2857"&gt;FOSS Software, Inc.&lt;/a&gt; is a software development and consulting company. The company's mission is the optimization of the development process, adaptation and software product maintenance. FOSS Software is committed to lowering the risk of developing unclaimed software and out-of-date technologies, keeping track of up-to-date technologies and supporting companies in upgrading their software in the most efficient way. FOSS Software, Inc., incorporated in November of 2000, was formed by a group of highly qualified programmers and program managers with extensive experience in the high technology field.&lt;/p&gt;</description><category>32 Bit</category><category>64 Bit</category><category>C++ / MFC Class Libraries</category><category>Components</category><category>DLL</category><category>Feature Releases</category><category>FOSS Software</category><category>Microsoft</category><category>Other</category><category>Static Link Library</category><category>User Interface</category><category>Visual Basic .NET</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual C# .NET</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C++</category><category>Visual C++ .NET</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual Studio</category><category>Visual Studio .NET</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/02/18/prof-uis.html?rc=ni_2857</guid><pubDate>Thu, 18 Feb 2010 17:31:00 GMT</pubDate></item>
	</channel></rss>
