用了两年的vb迷你版 现在才发现VBRichClient 库
vb吧
全部回复
仅看楼主
吧务
level 13
命幽 楼主
rt
楼下放其功能特性等:
2015年08月11日 12点08分 1
吧务
level 13
命幽 楼主
● Properties
简介:创建属性对象
原型:Function Properties() As cProperties
● Recordset
简介:创建数据库记录对象
原型:Function Recordset([ActiveConnection As cConnection], [Content]) As cRecordset
● RegFree
简介:创建COM免注册对象,支持多线程
原型:Function RegFree() As cRegFree
● ReportDocument
简介:创建打印文档对象
原型:Function ReportDocument([MMScaleFactor As Double = 1], [PageWidthInUserUnits As Double = 210], [PageHeightInUserUnits As Double = 297]) As cReportDocument
● ReportPage
简介:创建打印页对象
原型:Function ReportPage([InitDrawMode As Boolean], [Landscape As Boolean]) As cReportPage
● RPCConnection
简介:创建RPC调用连接对象
原型:Function RPCConnection([Host As String], [Port As Long = 22222], [KeepAlive As Boolean = True], [ServerAuthentication As Boolean], [UserName As String], [PassWord As String]) As cRPCConnection
● RPCListener
简介:创建RPC调用监听器对象
原型:Function RPCListener([Host As String], [Port As Long = 22222], [ThreadPoolSize As Long = 8], [ForceAuthentication As Boolean], [AdminPassWord As String], [AllowedGroup As String], [RPCDllsFolder As String], [ReadIniValues As Boolean], [StartServer As Boolean], [DefaultBinaryPathForWebRequests As String], [ToCallBeforeAnyRPC As String]) As cRPCListener
● ShellLink
简介:创建快捷方式对象
原型:Function ShellLink() As cShellLink
● SimpleDOM
简介:创建 XML DOM 对象
原型:Function SimpleDOM([XMLSource As String], [FirstParamIsFileName As Boolean]) As cSimpleDOM
● SimpleSax
简介:创建 XML SAX 对象
原型:Function SimpleSax() As cSimpleSax
● SMBScan
简介:创建 SMB 服务器扫描器对象
原型:Function SMBScan() As cSMBScan
● SortedDictionary
简介:创建有序字典对象
原型:Function SortedDictionary([StringCompareMode As StringCompareModeEnum], [UniqueKeys As Boolean = True]) As cSortedDictionary
● stdCall
简介:以STDCALL约定调用函数指针
原型:Function stdCall(retType As enmRetType, pFunc As Long, ParamArray P() As Variant)
● stdCall
简介:以STDCALL约定调用函数指针,与stdCall区别不明
原型:Function stdCallDirect(retType As enmRetType, pFunc As Long, pArgs As Long, ArgsByteCount As Long)
● Stream
简介:创建数据流对象,类似于ADO中的Stream对象
原型:Function Stream() As cStream
● StringBuilder
简介:创建字符串构造器对象,快速组合字符串
原型:Function StringBuilder() As cStringBuilder
● StringCompare
简介:创建字符串比较器对象,支持多种方式比较
原型:Function StringCompare() As cStringCompare
● SubClass
简介:创建就子类化对象,VB中用处太大了
原型:Function SubClass() As cSubClass
● SVG
简介:创建 SVG 格式分析器对象
原型:Function SVG() As cSVG
● TCPClient
简介:创建 TCP 客户端对象
原型:Function TCPClient() As cTCPClient
● TCPServer
简介:创建 TCP 服务端对象
原型:Function TCPServer([StartListening As Boolean], [Host As String], [Port As Long], [BufferSize As Long = 65536], [MaxConnections As Long = 1024]) As cTCPServer
● TDD
简介:创建类自动化测试对象
原型:Function TDD([TestClass As Object], [TestMethod As String]) As cTDD
● Timer
简介:创建定时器对象,不需要窗体
原型:Function Timer([Interval As Long], [Enabled As Boolean], [Tag]) As cTimer
● Timing
简介:作用未知
原型:Function Timing([Start As Boolean]) As String
● UDP
简介:创建 UDP 网络对象
原型:Function UDP() As cUDP
● vtblCall
简介:以虚拟函数表调用函数
原型:Function vtblCall(retType As VbVarType, punk As Long, vtblIdx As Long, ParamArray P() As Variant)
● WebArchive
简介:创建WEB文档对象,配合WebServer对象使用
原型:Function WebArchive([FileNameOrByteArrayToRead]) As cWebArchive
● WebKit
简介:创建 WebKit 浏览器对象,需要在官网下载 WebKit 插件包,只有一个5M文件
原型:Function WebKit([InititializeWithPath As Boolean], [WebKitDllPath As String]) As cWebKit
● WebServer
简介:创建Web服务器对象,可以实现简单的Web服务
原型:Function WebServer() As cWebServer
更多类的用法,基本都可以见名知意,虽然没有文档,还是拜 Olaf Schmidt 大牛的福,才有了这么多
好用的工具。其中有不少类都可以改变以往VB的开发模型,提高开发和运行效率。
另外,VBRichClient 还有不少子项目托管在 GitHub,VB爱好者可以去关注下,千万别让 VBRichClient 失去
用户,别让 Olaf Schmidt 失去开发的动力,让 VBRichClient 更好的发展!
2015年08月11日 12点08分 3
吧务
level 13
命幽 楼主
可惜 没能找到教程
2015年08月11日 12点08分 5
回复
��������
:嗯 你可以看下 里面功能很多很强大 是对vb的一个扩展 的dll
2015年08月11日 12点08分
level 13
我找时间封装一下c#的反射 然后vb有反射会更爽的,vb现在也有不过局限性高。。
2015年08月11日 12点08分 6
嗯 关键是 居然支持跨平台[真棒]
2015年08月11日 12点08分
@- 。。假如掉用了我封装的反射估计就要带framework了。。。
2015年08月11日 12点08分
回复
�ܿ˶���֮ŭ
:额。。。 汗
2015年08月11日 12点08分
期待
2015年08月12日 14点08分
level 13
赞\(≥▽≤)/
2015年08月11日 12点08分 7
不过我比较在意 新的vb经典编译器是哪个 基于这家伙的 我都没见过啊。。。
2015年08月11日 12点08分
对了 你会不会语法解析?
2015年08月11日 12点08分
@- 。。不会
2015年08月11日 12点08分
你说的语法分析指什么?人话还是计算机代码
2015年08月11日 12点08分
level 13
代码分析的话我最近在写一个解释器。。
2015年08月11日 12点08分 8
我说的就是这个意思。。。
2015年08月11日 12点08分
@- 会。
2015年08月11日 12点08分
@- 我和刘大王111 正在开发一款脚本语言
2015年08月11日 12点08分
回复
�ܿ˶���֮ŭ
:嗯
2015年08月11日 13点08分
level 13
这两个stdcall的区别就是一个传数组,一个传数组指针和数组元素个数
2015年08月11日 13点08分 9
看不懂。。。
2015年08月11日 13点08分
level 13
我觉得这已经快追上.net不过.net的特性可不简单。。
2015年08月11日 13点08分 10

2015年08月11日 13点08分
level 13
这介绍是抄的。。
2015年08月12日 01点08分 11
才发现吗。。。
2015年08月12日 01点08分
2016年05月21日 03点05分
level 13
这绝对是c或者cpp写的……
2015年08月12日 02点08分 12
应该是c++吧
2015年08月12日 02点08分
@- sodes,不过c的可移植性应该比cpp高
2015年08月12日 02点08分
回复
�ܿ˶���֮ŭ
:嗯
2015年08月12日 02点08分
吧务
level 13
你已经在3个吧担任了吧主、小吧或者图片小吧,无法再担任本吧的任何职务。
2015年08月12日 03点08分 13
嗯 我知道
2015年08月12日 03点08分
吧务
level 13
只能先给你看“广播小编”了。。。话说我也不知道这个职务具体的工作,你自己了解一下吧。
2015年08月12日 03点08分 14
ok 我现在先去删帖! 丫的 一个页面30%的垃圾堆这 艾扬
2015年08月12日 03点08分
赫然发现 小编没有删帖权限。。。 算了 就这样吧[黑线] 我看看广播小编的任务都是啥
2015年08月12日 03点08分
e 太久不当小吧忘要开管理了。。。汗颜 不要笑我。。。
2015年08月12日 03点08分
level 12
经典VB复兴指日可待[滑稽][滑稽][真棒]
2015年08月12日 13点08分 15
可我没发现经典编译器在哪里 还是新的。。。唉
2015年08月12日 13点08分
level 6
http==download=csdn=net/detail/sysdzw/7960637
2015年08月13日 01点08分 16

2015年08月15日 03点08分
level 10
vbrc当中有些功能真的是赞爆了!除了cairo用起来跟个gdi+一样……
2015年08月15日 02点08分 17
差不多
2015年08月15日 02点08分
嗯嗯
2015年08月15日 03点08分
吧务
level 13
话说我们的广播小编复活了吗?
2016年01月23日 08点01分 19
[汗]我死了吗。。。
2016年01月23日 11点01分
还有一个礼拜还有最后的期末考 哈哈哈
2016年01月23日 11点01分
吧务
level 12
好激动啊。
我已经在用这个里面的sqlite数据库接口了。
2016年05月16日 05点05分 21
厉害
2016年05月21日 03点05分
64位Excel用不了
2022年08月19日 12点08分
@ychj526926 都64位了,换 .Net 吧
2022年09月16日 02点09分
@ychj526926 都64位了,换 .Net 吧
2022年09月16日 02点09分
level 3
有没有vb6mini版的使用教学视频
2016年07月13日 11点07分 23
[黑线]
2016年07月13日 14点07分
level 11
收藏了,慢慢看
2016年07月13日 12点07分 24
level 12
[真棒] [真棒] 🌊☔
2016年07月13日 20点07分 25
1 2 尾页