搜索资源列表
PB-WEB-query
- 利用PowerBuilder开发数据库的WEB查询.doc-using PowerBuilder Database Web inquiries. Doc
PB-mdb
- 在PowerBuilder用mdb做为数据库-in using PowerBuilder as mdb database
PowerBuilder
- TP850数据采集器PB代码通讯程序用者下
PowerBuilder课程设计案例精编(上)
- 很普通的一个程序,数据库的应用,PB编写的-a very common procedure, the database application, prepared by PB
pb与flash结合美化界面
- pb与FALSH结合的用于美化界面powerbuilder编程环境。-pb FALSH combined with the landscaping for the interface PowerBuilder programming environment.
pb仿优化大师
- powerbuilder开发的一个仿优化大师的界面的一个程序源代码。不知道有人喜欢吗?-PowerBuilder development of a master of imitation optimize the interface a program's source code. Do not know that people like?
pb函数
- powerbuilder的函数集合,这个用处不小,不知道这里是不是需要。-PowerBuilder function set, the usefulness of small, but do not know if this is not necessary.
PBGUIControls115.zip
- 很好的PB界面控件,PBGUIControls.zip Version 2.2.0 - for PB11.5 .Net Winforms,PB very good interface controls, PBGUIControls.zip Version 2.2.0- for PB11.5. Net Winforms
OpenExplorer.rar
- PB环境下的一套界面库,包含多种基本控件,难得一见的精品,老外作品。,Environment of a PB 10.5 interface library, a number of basic controls, rare products, foreign works.
SatManager2.1
- PB皮肤,是支持PB各种版本的皮肤,是PB程序员非常喜爱的控件-PB skin, PB is to support various versions of the skin, is very popular PB programmer controls
pb9(orca) 很好的一个调用orca的例子
- loc: 很好的一个调用orca的例子. pbcomment7: 给pb自动加注释的软件. PowerBuilder-ORCA-0.04: orca用于C/C++的头文件. orca7.pdf: 帮助手册. 下面几个是自己做的: dw_restore: 从pbd中提取dw对象 highlighter: 语法高亮显示 minipb: 想做个mini版pb,刚开了头 pic_extract
PB_GUI_test
- PB11.5 Advanced GUI使用例子,对改善PB编程界面美化很有帮助-PB11.5 Advanced GUI Sample
pbkj
- pb 做的最漂亮的程序开发框架,包含树控件的调用,界面美化,web浏览器的使用。-powerbuilder kj
pb
- 美化界面,非常漂亮... ... ... .大家自己下载看-dsafdfasd
PB-tushuguanli
- 完整的图书管理系统,有论文翻译,可以直接提交,保保证能够通过-Integrated library management system, there are papers translation, can be submitted directly, through insurance guarantees
在pb中实现图片的多种播放效果
- 在pb中实现图片的多种播放效果,环境:PB9.0 效果不错! -Pb in the realization of the image in a variety of playback, the environment: PB9.0 good results!
PB10Demo
- PB界面换肤,PB实现很漂亮的界面编程,值得大家参考-PowerBuilder GUI SKIN
超酷的pb界面自定义控件组date日期控件
- 超酷的pb界面自定义控件组date日期控件(PowerBuilder date time controller)
pb美化界面
- pb美化界面,powerbuilder设计比较丰富的程序界面。
PB DataWindow 38个技巧
- PB DataWindow 38个技巧.txt 1. 使DataWindow列只能追加不能修改 如何使DataWindow中的数据只能追加新记录而不能修改,利用 Column 的 Protect 属性可以很方便的做到这一点,方法如下: 将每一列的 Protect 属性设置为: If( IsRowNew(), 0, 1) ) 在 Powerscr ipt 中可以动态修改 Protect 属性: dw_1.Modify("column_name_here.Protect='1~