-
Cronometro
Source code of an I time fact in VB6
- 2015-11-08 11:10:34下载
- 积分: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
-
vrhms
A car record maintenance system of RTO
- 2016-05-18 19:05:06下载
- 积分:1
-
ZPLDLLForVB
通过VB向斑马打印机打印汉字,通过VB向斑马打印机打印汉字(Zebra printer to print characters by VB)
- 2020-10-28 12:29:58下载
- 积分:1
-
neroFiddlesCOM
说明: nero COM 在 VB6 的应用实例。(nero COM in VB6)
- 2009-08-30 11:02:59下载
- 积分:1
-
1514016
这是modbus的应用,觉得这讲的很清楚,希望对大家有所帮助,()
- 2018-04-07 23:50:12下载
- 积分:1
-
VB_numberical_codes
VB常用数字计算方法代码集合,功能齐全,内容丰富,是VB学习者的好帮手。(VB code calculation methods commonly used digital collection, full-featured, rich in content, is a good helper VB learner.)
- 2013-11-06 15:41:52下载
- 积分:1
-
6
说明: 用 Visual Basic 来实现一个新颖的拖放功能(To use Visual Basic to implement a new drag and drop functionality)
- 2009-11-22 07:31:14下载
- 积分:1
-
mo1
使用MO开发的很多小例子,对于地理信息系统你的你很有帮助的.这里是它的原代码(MO development of the use of many small examples, geographic information systems you your very helpful. Here is the original code)
- 2007-03-19 14:13:54下载
- 积分:1
-
19875815
界面非常不错的文件分割器,值得借鉴,不错()
- 2018-05-09 12:58:03下载
- 积分:1