中国最专业的商业控件服务网
[
请登录
] [
注册
] [
忘记密码?
]
热门搜索:
XGantt
|
DevExpress
|
WebUI
|
BCGControlBar
|
工作流
|
silverlight 图表
|
报表
搜索控件
购买流程
销售承诺
支付方式
慧都服务
首页
找控件
促销
控件资料
咨询服务
培训
视频教程
关于慧都
节假日值班电话:023-66090381
慧都咨询服务,助你提升开发效率,降低成本
真实姓名:
方便我们称呼您,我公司将承诺对于您的个人信息将完全保密
*
公司名称:
请填写公司全称,以便我们为您提供一对一的贴心咨询服务
QQ:
请填写常用的QQ,以便我们为您提供即时的线上答疑
MSN:
请填写常用的MSN,以便我们为您提供即时的线上答疑
*
电话:
以便我们为您提供免费售前咨询服务
通讯住址:
方便给您免费投递控件资料
提交
product
相关套包产品
EvCombo for IM
您可能会用到这些产品
开发商产品
更多
BCGControlBar Library Pro Edition
BCGControlBar Library .NET Edition
BCGSuite for MFC
BCGSoft Professional Editor
BCGMobile for Windows Phone
用户评论
更多
慧都网友:
BCGControlbar产品属于VC的必备控件,用VC应该都有了解,不多说
慧都网友:
学习学习,先感谢一下
慧都网友:
licenses 是怎么收费的,按照开发还是发布?
慧都网友:
对bcg,可谓又爱又恨,喜欢他的界面,这个不用多说,相信用过它的人都知道,非常之不错,但是...
andy:
这个产品在和vc++6.0集成的时候,有些难度,需要集成完美的sp6才可,主要是目前网络上...
版本更新
更多
BCGControlBar Library Pro Edition v16
(11-08-08)
...v15.1
(11-03-17)
...v15 Bate
(10-11-10)
...v12.1
(10-05-12)
...v12
(10-02-20)
...v11
(09-08-27)
...v10.3
(09-04-28)
...v10.21
(08-12-10)
授权相关问题
产品授权方式主要有哪些?
如何选择适合自己的授权方式呢?
怎么区别开发授权和分发授权?
购买了控件是否就可以任意使用呢?
授权的使用期限是多久?
相关文章
BCGControlBar Pro16.1版本适用于Windows 8
BCGControlBar Library Pro Edition控件发布v16版本,慧都独家点评
用户界面控件BCGControlBar Pro v16版本隆重面市
BCGControlBar VS Xtreme Toolkit Pro--两款主流MFC控件的对比
用户界面控件BCGControlBar Library Pro正式发布v15.1版本
BCGControlBar Pro v15.0 正式上线 增加图表和仪表控件
BCGControlBar Pro控件发布v15 Bate版本,慧都独家点评
2款超炫的VC++界面开发产品比较
BCGControlBar Library Pro Edition控件发布v12.1版本,慧都独家点评
用户界面控件BCGControlBar Pro.发布v12.1
同类产品
Xceed 3D Views for WPF
Xceed Editors for .NET
3D Control Magic for .NET
TMS VCL Subscription
TMS ASP.NET Component Pack
TMS IntraWeb Component Studio
已经是本类第一个产品
下一个
Xtreme Toolkit Pro
BCGControlBar Library Pro Edition
[产品编号: 10088 ]
收藏
订阅
当前版本:
v16.1
[销售以商家最新版为准,如需其他版本,请来电咨询]
开 发 商:
BCGSoft
独家代理
产品类型:独立控件
产品功能:
用户界面
控件类型:
C++/ MFC
其他特性:
Windows Form
产品源码:不提供源码
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
了解产品培训题纲,请点击:
助您打造完美的用户界面——BCGControlbar控件培训
近期暂无培训。
提交培训意向
产品介绍
下载
购买
版本更新
开发商
视频与培训
评论(11)
v11
BCGControlBar Library Pro Edition v10.3
(09-04-28)
v10.21
BCGControlBar Library Pro Edition v16
(11-08-08)
...v15.1
(11-03-17)
...v15 Bate
(10-11-10)
...v12.1
(10-05-12)
...v12
(10-02-20)
...v11
(09-08-27)
...v10.3
(09-04-28)
...v10.21
(08-12-10)
...v10.1
(08-08-26)
...v10.0
(08-05-09)
BCGControlBar Library Pro Edition 版本更新 v10.3
(更新日期:4/28/2009)
New features
The library is fully tested on Windows 7 Beta.
The product is fully High DPI-compatible now! You can run your application in High DPI modes without any visual artifacts - just call
globalData.SetDPIAware()
in your application's InitInstance! All toolbar/menu/ribbon images will be scaled automatically using a smooth resizing algorithm. If your predefined images are already scaled according to the current DPI mode, just set CBCGPToolBar::m_bDontScaleImages to FALSE prior to toolbars loading. In case of the "locked" (non-customizable) toolbars, call SetLockedSizes with bDontScale = TRUE (bDontScale is a new optional parameter).
Added a new visual manager '
CBCGPVisualManagerScenic
" that Implements Windows 7-like ("Scenic") Ribbon bar. Please run BCGPMSOffice2007Demo example and choose "Windows 7-like" style to see this feature in action!
Added support for Visual Studio 2008-style semi-transparent docking markers (see
screenshot
). By default, this look is automatically enabled in VS 2008 and Office 2007 visual managers (see BCGPVisualStudioGUIDemo example), but you can set it in any visual managers by passing a new parameter to CBCGPDockManager::SetDockMode (BCGP_DOCK_TYPE dockMode,
BCGP_SMARTDOCK_THEME theme = BCGP_SDT_DEFAULT
). If you need to setup a default marker theme in your visual manager, override virtual BCGP_SMARTDOCK_THEME GetSmartDockingTheme () virtual method. Please note that this new look is available under the Windows Vista or higher only.
All menu/toolbar text items will be displayed without underscores until Alt key is pressed.
Added new method BOOL CBCGPToolBarImages::SmoothResize (double dblImageScale). This method resizes image using bicubic interpolation.
CBCGPRibbonCategory::AddPanel has a new optional parameter 'nInsertAt = -1'. This allows to insert a new ribbon panel at specific location.
CBCGPProgressDlg::StepIt has a new, optional parameter 'bWaitForMessages'. Set this parameter to FALSE in order to prevent unnecessary message waiting.
Toolbar's "non-permitted" commands (defined by calling CBCGPToolBar::SetNonPermittedCommands) are not displayed on the Ribbon bar now.
Added a new virtual method: CBCGPEdit::OnIllegalFileName. This method is called when user has typed an illegal file name and tries to show the file dialog. Override this method if you wish to add a special error handling such as displaying an error message.
Skinned dialogs enhancements and improvements:
Improved appearance of disabled CBCGPStatic control.
Multi-line text is vertically centered now in CBCGPButton control.
Radio button is correctly painted now when BS_AUTO3STATE is not defined.
CBCGPComboBox doesn't "eat" CBN_CLOSEUP and CBN_DROPDOWN notifications: ON_CONTROL_REFLECT_EX is used instead of ON_CONTROL_REFLECT now.
Added support for drawing CBCGPComboBox control with CBS_SIMPLE style.
CBCGPPropertySheet adjusts correctly the window size when the property sheet header is enabled.
Added support for PSM_SETWIZBUTTONS and PSM_SETFINISHTEXT messages in CBCGPPropertySheet
The method 'EnableVisualManagerStyle' (in CBCGPFormView, CBCGPDialog, CBCGPDialogBar and CBCGPPropertyPage classes) has a new optional parameter: plstNonSubclassedItems - the list of IDs that shouldn't be automatically subclassed.
DS_CONTEXTHELP style is not used now in CBCGPropertySheet window.
The check box height is calculated correctly now when CBCGPButton is created in High DPI mode.
Grid control enhancements:
CBCGPGridItem has a new virtual method: NewInPlaceEdit. Override this method if you need to create your own in-place edit control.
Added new protected function OnGetColumnAutoSize. It allows to customize the column auto-size feature in the CBCGPGridCtrl-derived class.
Editor enhancements:
Added new function GetCurLine (CString& strLine).
Added new member m_bEnableCurrentLineCopy. Setting this flag to TRUE allows to copy the current line to the clipboard if there is no selection. It works similar to m_bEnableWholeTextCopy.
Gantt chart enhancements:
CBCGPGanttView: new virtual methods 'OnCreateChart' and 'OnCreateGrid' have been added. Override these methods if you wish to create your own Gantt view panes.
Added new registered messages:
BCGM_GANTT_CONTROL_CREATE_CHART: allows using custom chart control. Sent when the Gantt control creates a chart.
BCGM_GANTT_CONTROL_CREATE_GRID: allows using custom grid control. Sent when the Gantt control creates a grid.
New virtual method CBCGPGanttChart::QueryRenderer allows to override the Gantt rendering.
Ribbon Designer enhancements, changes and fixes:
It's possible to add context categories from Toolbox.
You can add categories from a dialog.
Categories can be added to the existing context categories. In the previous version this action caused the "Context already exists" error.
Editing of FontComboBox is done without rebuilding of fonts, which improved performance during loading and editing.
If you're editing ComboBox strings using Property Grid, you need to type "\;" in order to add symbol ";" to a string. You can still type ";" when editing strings in the dialog.
Ribbon Bar is redrawn correctly when its width exceeds the width of screen.
Updated French translation.
Fixes:
CBCGPFontProp::OnClickButton doesn't change LOGFONT and color members if the "Cancel" button was clicked.
Fixed problems with drawing multi-line text labels in CBCGPTasksPane.
Fixed problem with appearance of Ribbon Tooltips when the Ribbon Bar is located near the bottom of screen.
Double-click on CBCGPTabWnd's "Close" button doesn't close 3 MDI child windows at once now.
Tab text label is not cut-off now in VS2005 style.
The content of ribbon mini-toolbar ("floaty") elements is synchronized correctly now with all other ribbon elements.
The ribbon mini-toolbar ("floaty") is not closed now after user has clicked on a drop-down item such as color or font name.
The tooltip is not displayed now on the toolbar combobox if toolbar::ShowTooltips property is FALSE
Dialog bars are created from dialog templates with correct size.
Fixed a problem with docking bars converted to tabbed documents. Now you can convert such bars back to dockable even if tabbed interface is turned off - right click on caption of MDI child displays appropriate context menu.
Added a sanity check that only visible MDI children can appear on tabs.
Fixed problem with a minimal tracking size in the Ribbon-based application: when Vista Aero is off or application is executed under the previous OSs such as Windows XP or Windows 2000.
CBCGPRibbonPanel::RemoveAll sets m_pHighlighted to NULL and m_pHighlighted doesn't point to deleted ribbon element.
The ribbon layout is calculated correctly now when empty panels or panels with empty names are added.
Ribbon QAT doesn't show separators located near hidden QAT items now.
CBCGPEditCtrl: fixed bug with tabs and cursor moving (see forum).
Fixed bug in editor outlining. The bug happened after positioning the cursor right before the collapsed block and pressing "Enter".
Grid control: fixed minor issue with vertical scrollbar. Now it does not overlay last pixels.
Grid control: fixed selection with CTRL. Now the grid does not select same items twice with CTRL pressed.
Fixed bug in CBCGPAppBarWnd. The side bar occasionally did not work properly in auto-hide mode in Windows XP.
Double click on interior of a floating toolbar docks it at the recent docked position. Before it was required to double click caption of floating toolbar.
CBCGPRibbonMainButton::SetImage correctly processes < 32 bpp images now.
CBCGPWinXPVisualManager doesn't draw an unnecessary gutter on CBCGPColorBar now.
Fixed bug with positioning of drop-down button in CBCGPDateTimeCtrl.
The MDI child window captions are repainted correctly now when Office 2007 theme is activated.
CBCGPFrameWnd::AdjustClientArea/CBCGPMDIChildWnd::AdjustClientArea doesn't set WS_CLIPCHILDREN style for CFormView views. This fix resolves some form controls (such as groups) painting problems.
Fixed bug with a context menu customization: immediate click on the "Close" button of the customization dialog saves changes in the last edited menu item.