当前位置: 代码迷 >> PB >> Dwtoolbar-纯PB代码的工具栏组件不要任何api,dll,ocx,pbni等
  详细解决方案

Dwtoolbar-纯PB代码的工具栏组件不要任何api,dll,ocx,pbni等

热度:441   发布时间:2016-04-29 08:06:28.0
Dwtoolbar-纯PB代码的工具栏组件不用任何api,dll,ocx,pbni等
本工具栏组件采用纯PB代码编写,完全使用dw语法创建,无任何api,dll,ocx,pbni,绝不存在任何内存漏洞,功能强大,界面美观,性能优越,是目前最好的工具栏组件,完全优于lht的api绘制的工具栏组件!

详情请看:http://www.ourmis.com/article/html/33271.html
功能特色:

1、采用纯PB代码dw动态创建方式编写,不用任何api,dll,ocx,pbni等。
2、支持文本显示方式,图标大小设置。
3、支持在按钮太多显示不开时自动显示更多按钮,用下拉菜单来显示这些按钮。
4、支持下拉菜单
5、支持多种按钮主题样式
6、按钮所有属性的获得和设置均已封装成函数
7、支持从数据库读取按钮配置信息
8、支持从菜单读取按钮信息。
9、支持一个工具栏内混合显示(文本图片、仅文本、仅图片、空按钮)
10、支持多种按钮读取方式(文件、菜单、datastore、dw)
11、支持PB自带图片(不用api获取)。
12、支持设置按钮文字为粗体/斜体/下划线。
13、支持增加sle/ddlb/cbx/rb/dddw。

本组件使用PB9编写,支持PB9及以上任何PB版本。

Demo Download:(程序不断更新中,最新演示程序请我们获得)

http://www.ourmis.com/product/dwtoolbardemo.rar
最近更新:

Version Update History:

--------------------------------------------
Version 2.3.1 - Oct 27, 2010
  - General.
 - Fixed the error of of_getbackground().
--------------------------------------------
Version 2.3.0 - Oct 28, 2010
  - New This Release.
 - Supports 32-bit icon.
--------------------------------------------
Version 2.2.8 - Oct 27, 2010
  - General.
 - Fixed the line disappeared when set text mode when there morebutton.
 - Fixed the line disappeared when set icon size when there morebutton.
 - Fixed Optimize performance problems when check morebutton display.
--------------------------------------------
Version 2.2.5 - Oct 27, 2010
  - General.
 - Fixed the y and height of the line.
--------------------------------------------
Version 2.2.4 - Oct 27, 2010
  - General.
 - Fixed the bug of delete line in of_checkline().
 - Fixed the bug of add one empty button in of_settextmode() and of_seticonsize().
--------------------------------------------
Version 2.2.2 - Oct 26, 2010
  - General.
 - Fixed the bug of x position in of_setvisible().
--------------------------------------------
Version 2.2.1 - Oct 25, 2010
  - General.
 - Fixed the bug of x position of line when move behind buttons.
 - Added a event dddwclicked.
 - Fixed the bug of column type when changed the textmode and iconsize.
--------------------------------------------
Version 2.2.0 - Oct 23, 2010
  - General.
 - Fixed the bug of mousemove on arrow.
--------------------------------------------
Version 2.1.0 - Oct 22, 2010
  - New This Release.
 - Supports add dddw.
  - General.
 - Fixed display error of pbbmp.
  - Fixed one error in of_getenabled.
--------------------------------------------
Version 2.0.0 - Oct 22, 2010
  - New This Release.
 - Supports add rb.
--------------------------------------------
Version 1.9.0 - Oct 22, 2010
  - New This Release.
 - Supports add cbx.
--------------------------------------------
Version 1.8.0 - Oct 22, 2010
  - New This Release.
 - Supports add ddlb.
--------------------------------------------
Version 1.7.0 - Oct 21, 2010
  - New This Release.
 - Supports add sle.
--------------------------------------------
Version 1.6.0 - Oct 20, 2010
  - General.
 - Fixed show line in the menu of morebutton.