-
LinerLayout
VB版的布局控件,可以像其他高级语言一样布局了,这只是一个简单的例子,可以继续完善(VB version of the layout of the control, you can be like other high-level language layout, this is just a simple example, you can continue to improve)
- 2015-12-17 22:04:36下载
- 积分:1
-
FX3Uoutput-control
用MSCOMM控件控制FXPLC全部输出/全部关闭/单独输出(MSCOMM control with full output control FXPLC/All off/single output)
- 2013-10-26 10:53:49下载
- 积分:1
-
vbPaccessPseria
visual basic+数据库access+串口+实时显示曲线(vb+database access+serial)
- 2012-05-11 09:10:15下载
- 积分:1
-
weight
用天平称重时,已知给定的砝码,求解最多能称出多少不同的重量。(With weighing scales, it is known that a given weight, solving most able to call out the number of different weight.)
- 2012-11-06 16:11:36下载
- 积分:1
-
SkinppVBDemo
SkinPPVB 4.1 domo version
- 2012-06-27 11:20:23下载
- 积分:1
-
mapbasic
画陡坎,里面有详细的程序语言,使用时只要打开mapinfo加载即可(Painting scarp, which has details of the programming language, when used as long as open mapinfo load can)
- 2012-04-24 01:15:38下载
- 积分: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
-
Winsckdl
WinsckdownloaderVB下载程序,vb6环境编译(Winsckdownloader)
- 2009-06-16 11:07:18下载
- 积分:1
-
Read_SGI
说明: 这是用Visual Basic写的读取SGI文件的样例程序(This is written in Visual Basic reader SGI document of the sample program)
- 2006-03-19 15:17:52下载
- 积分:1
-
VBAOSamples
这是一个非常全的VB+AO二次开发实例集,有小程序,也有WORD文档说明,还有PDF版本的。里面包括图层操作、查询、虫眼、图形编辑等功能……希望大家喜欢!(This is a very wide of the VB+ AO secondary development of examples of sets, a small program, there are WORD document explains, there are PDF versions of the. Operation which include layers, query, insect eye, graphics editing and other functions ... ... hope you like!)
- 2009-05-06 12:15:56下载
- 积分:1