用了两年的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分
1