-
VB编程实例
说明: vb编程实例的电子书chm,很多例子看,可以下载来学习学习看看(VB Programming Example)
- 2020-03-17 22:36:58下载
- 积分:1
-
ccrpprg
说明: 带进度条的下载控件和源码,带进度条的下载控件和源码(with the progress of the download source control and, with the progress of the download and source control)
- 2006-03-02 12:07:06下载
- 积分:1
-
api32
Windows API 函数 for Visual Basic
声明:
本帮助文件由陈国强个人整理后出版,内容全摘自网络。版权归实际作者所有。
为了让网友们能更好的阅读和管理Windows API 函数,于是我为大家将网上的资料整理成一个帮助文件。让查阅API 函数变的更简单,容易,也更有效。
本帮助文件中的Windows API 函数大约有774个,共分十二大类,基本上包括了大部分的常用和非常用的Windows API 函数。
(Windows API )
- 2012-11-30 15:21:15下载
- 积分:1
-
CommTest485
测试com口程序Private Sub Form_Load()
Dim I As Integer
Dim Msg As String
Me.Enabled = False
Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision
cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,1 )
Me.Show
Me.Refresh
With MSComm1
For I = 1 To 16
Me.Caption = Msg & - 测试通讯端口:COM & I & ...
Me.Refresh
Delay 100
On Error Resume Next
.CommPort = I
.Settings = 2400,N,8,1
.PortOpen = True
.PortOpen = False
If Err = 0 Then cboCommPort.AddItem COM & Trim(I)
Next I
End With
cboCommPort.ListIndex = 0
optCommData(0).Value = True
Me.Caption = Msg & (Programming by WJY)
Me.Refresh
If cboCommPort.ListCount = 0 Then MsgBox 程序检测不到可用的串行端口!
Me.Enabled = True
End Sub
(test com port)
- 2015-07-23 10:40:18下载
- 积分:1
-
liaotianshi
winsock聊天室(winsock Chat Room)
- 2005-01-11 10:36:36下载
- 积分:1
-
DataReport_SQl
用VB6.0在DataReport中使用带参数的SQL语句实现选择数据(Select the data achieved using VB6.0 with parameters in the SQL statement DataReport)
- 2014-06-23 20:48:38下载
- 积分:1
-
kzcxwzck
控制其他程序成为自己的子窗体,属vb编程窗体、介面类。(Control other programs become their own child form, is a form vb programming, interface classes.)
- 2015-02-25 13:41:49下载
- 积分:1
-
YZAK718
一个新的通信协议,一线通协议模版软件,希望对大家开发有用()
- 2020-10-08 18:07:35下载
- 积分:1
-
VB-IP
VB获取并修改IP、网关,方便IP的查询与修改,绝对实用(VB application)
- 2011-08-23 18:27:49下载
- 积分:1
-
RTFPrintPreview
基于VB的RTF文本打印预览类及示例源代码(VB-based RTF text print preview class and sample source code)
- 2013-08-09 11:40:10下载
- 积分:1