-
51344325
专业的VB+ACCESS网址收藏夹程序,有需要大家下载吧(Professional VB+ACCESS URLs favorites procedures, there is a need to download it)
- 2013-08-04 14:16:24下载
- 积分:1
-
K3BOSSeorderTwoDev
金蝶K3 BOS销售出库单审核反写接口,中间层二次开发,先在二次开发模板中插入记录(t_ThirdPartyComponent)
(failed to translate)
- 2013-05-02 11:13:57下载
- 积分:1
-
MoTag
MO的图形显示功能很弱,本例程很好的展示了的使用自绘图标的展示功能(MO)
- 2009-09-27 21:38:07下载
- 积分:1
-
wwut
采用API实现的文件拖放,可以学习的源码,推荐给大家(API implementation of the file drag-and-drop, can learn the source, recommended to everyone)
- 2018-12-06 00:40:09下载
- 积分:1
-
STK_MFC
基于MFC开发的一个STKX简单示例程序,实现了新建场景,添加地面站并鼠标点击设置位置,添加飞机等简单功能。STK官方的例子是用Windows forms application,这里用MFC重新实现了另一个例子。(STKX based MFC developed a simple example program that implements the new scene, add ground station and mouse clicks to set position, adding aircraft and other simple functions. STK official example is Windows forms application, re-implemented using MFC here another example.)
- 2020-09-17 09:47:54下载
- 积分:1
-
c++_program_art
清华大学出版 c++编程艺术
讲解如何高效c++编程。
好书!(err)
- 2007-12-28 19:06:40下载
- 积分:1
-
diskinfo
Get Disk Free Space for Visual basic.
- 2013-07-21 17:29:41下载
- 积分:1
-
Shellexecute
Use the ShellExecute API function to execute a file, launch the Find utility, and perform default actions
- 2019-07-11 19:25:45下载
- 积分:1
-
vbzxsj
VB在线升级源代码,能够从服务器上更新最新的软件
(VB upgrade online source code, to the latest update from the server software)
- 2009-02-14 10:00:45下载
- 积分: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