-
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
-
zihao
字号与尺寸对照表,便于进行自动打印预览时查询字体大小以方便安排打印和排版(Font size table, easy to query the font size to facilitate arrangements for printing and automatic print preview typesetting)
- 2012-06-13 11:14:02下载
- 积分:1
-
des
说明: vb6中DES 三重DES运算,很好用,现在项目中在用(vb6 triple DES operations in the DES, very good use, the project is now in use)
- 2010-03-17 11:35:47下载
- 积分:1
-
webqqVB
visual basic 利用webqq协议登陆例子(visual basic example of the use of landing webqq agreement)
- 2014-07-11 17:22:32下载
- 积分:1
-
datain
使用SQL期刊杂志数据更新,通过相关的链接实现之。(The use of SQL data updated journals, through the realization of related links.)
- 2008-05-07 15:41:40下载
- 积分:1
-
dz
说明: VB6.0开发道闸控制程序,程序控制开闸、落闸(failed to translate)
- 2011-12-30 11:25:49下载
- 积分:1
-
ModbusRTU_attiny44
MODBUS RTU using Attiny44 from Atmel
- 2013-08-30 22:21:27下载
- 积分:1
-
Development.Programming.VB.code.ope.file
VB开发打开文件编程设计代码Development Programming VB code to open the file
(Development Programming VB code to open the file
)
- 2010-10-31 21:45:20下载
- 积分:1
-
sdk3000demo
visual basic 使用天敏摄像机进行扑捉视频(visual basic Mortimer cameras capture video)
- 2013-01-25 15:05:23下载
- 积分:1
-
ContAccelSamp_IntClk_AnlgStart
说明: 通過NI-6008去抓取數值,可以通過module讀取,此代碼可以看出如何做通信
(his example demonstrates how to make continuous, hardware-timed
acceleration measurements using an SCXI-153x module.)
- 2009-07-31 15:53:44下载
- 积分:1