-
wangyefenxi
实时显示网页完成的地址,可以按照页面元素的类型和ID获取值或者设置值。制作带IE内核工具可以参考次代码。(Real-time display of the Web site to complete the address, or set values can be obtained according to the type and ID of the page elements. Produced with the IE core tools can refer to the code.)
- 2012-07-25 15:18:54下载
- 积分:1
-
memory_edit
一个可以查看内存,并且可以编辑内存的小程序(one can view memory, and can edit the memory small programs)
- 2005-02-27 01:26:48下载
- 积分:1
-
Plugin
VB插件编写示例及调用演示源程序,有需要的就下.(VB demo source plug-ins writing sample and call, is in need.)
- 2013-07-28 08:12:48下载
- 积分:1
-
C++
说明: 实现键盘触发叔叔,键盘任意按键停止数数,从而达到抽签的目的(The realization of the keyboard to trigger uncle, keyboard keys to stop any count, so as to achieve the purpose of drawing)
- 2008-10-28 23:31:21下载
- 积分: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
-
electronClock
用winform制作的一款电子时钟,喜欢c#的人可以去看一下.(WinForm produced using a electronic clock, like the c# Can take a look.)
- 2007-10-22 09:35:12下载
- 积分:1
-
8756456578
VB图像标尺示例(获取图像像素),有需要的就下载吧。(VB image scale sample (image pixels), has the need to download it.)
- 2013-08-17 01:16:27下载
- 积分:1
-
Pioneer_DEH-605RDSa
Pioneer_DEH-605RDSa good files
- 2014-04-17 17:23:50下载
- 积分:1
-
MFC-read-bmp
MFC读取bmp图片,让你很清楚的理解bmp文件的结构和组成,欢迎使用(MFC read bmp images, so you clearly understand the structure and composition of bmp files, Welcome)
- 2014-02-12 22:36:05下载
- 积分:1
-
mytest
可以通过此程序进行工业控制软件的开发,可以开发出西门子plc的通讯程序,实现类似于阻态软件的功能.(This procedure can be carried out industrial control software development, can develop a communications program of Siemens plc, to achieve similar to the resistance state of the software functionality.)
- 2009-10-25 11:01:51下载
- 积分:1