-
GettingStartedwithMOinVB
mapobject的英文入门教程。可以让大家更根本的了解mapobject的用途(mapobject Guide to the English portal. Can show a more fundamental understanding of the uses mapobject)
- 2007-05-25 15:51:51下载
- 积分:1
-
实例69 快速检索指定文件
说明: 本程序用来快速检索指定文件,使用VC编写,对初学者及开发人员有一定启示作用(the procedures used for the designated rapid retrieval of documents and use VC prepared for beginners and developers a certain inspiration)
- 2005-12-25 15:08:11下载
- 积分:1
-
fileOperate
这个例子主要是vb.net对excel表格进行读操作和写操作,读操作的代码有点问题,请将代码 xlBook.Close()
xlApp = Nothing 交还控制给Excel
xlBook = Nothing
xlSheet = Nothing
更改为
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing(This example mainly describes vb.net operates excel spreadsheet for reading and writing,writing codes have some errors
please change
xlBook.Close()
xlApp = Nothing
xlBook = Nothing
xlSheet = Nothing
into
xlBook.Close()
xlBook = Nothing
xlApp.Quit()
xlApp = Nothing
xlSheet = Nothing)
- 2015-04-22 15:09:56下载
- 积分:1
-
p26_vc
264编解码相关工程,包含测试内容,对264编解码的了解有一定作用(264 codec-related projects, including the contents of the tests on the 264 codec has a role to understand)
- 2010-05-23 10:07:29下载
- 积分:1
-
VC_Programming_code_multi_threaded_port_scanner
VC编程开发多线程端口扫描程序代码VC Programming code multi-threaded port scanner
(VC Programming code multi-threaded port scanner
)
- 2010-09-08 14:24:55下载
- 积分:1
-
QRMaker1.3
使用控件直接生成,vb二维码生成代码。。(Use the controls directly generate, vb the two-dimensional code generated code.)
- 2021-03-10 10:59:27下载
- 积分:1
-
UniButton
Control Unicode Button
- 2014-02-25 13:33:27下载
- 积分:1
-
vbTechnique
说明: VB单片机编码模拟程序 附代码,输入一个二进制数据,它会分别模拟数据归零、不归零I、伪三进制、曼彻斯特、双极交替记号反转、差分曼彻斯特压缩等(VB MCU coding simulation program with code attached, input a binary data, it will simulate the data return to zero, non-return to zero I, pseudo ternary, Manchester, bipolar alternating mark inversion, differential Manchester compression, etc.)
- 2020-06-23 18:56:43下载
- 积分:1
-
Open
说明: Wincc使用MSComm控件串口通讯,VB中发送十六进制数据(Wincc uses MSComm control to communicate through serial port and sends hexadecimal data in VB)
- 2020-06-16 22:40:01下载
- 积分:1
-
VB版的迷宫游戏源代码
VB版的迷宫游戏源代码,非常不错的源码程序,新手可靠的参考(VB version of the maze game source code,.Rar)
- 2017-06-30 13:42:46下载
- 积分:1