-
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
-
UDP_chat
利用udp包实现聊天。利用udp包实现聊天。(use udp packet to realize chat over net.)
- 2010-09-24 23:56:31下载
- 积分:1
-
vbusb
vb下usb通讯的例子(The example of communication of usb in vb)
- 2020-06-26 11:40:01下载
- 积分:1
-
320655
vb,net写字板原代码,可以学习的源码,仅供参考(Vb.net clipboard source code, can be the source of learning for reference only)
- 2017-06-12 19:20:21下载
- 积分:1
-
nvrenzhe
VB+directx7 编写的游戏
VB+directx7 编写的游戏
(VB+ directx7 game written in VB+ directx7 game written)
- 2009-12-24 00:41:49下载
- 积分:1
-
WindowsApplication1
ssd4的exe2~~ 满足所有要求。。可以下载(ssd4 the exe2 ~ ~)
- 2009-04-15 21:49:57下载
- 积分:1
-
SerialPortElf
说明: 调试使用的串口助手,程序源码,功能齐全,可以调试程序(Serial Port Assistant for Debugging, Program Source Code, Full-featured, Debugging Program)
- 2019-03-13 22:54:42下载
- 积分:1
-
LTB_v1.0
说明: Catia的二次开发,生成齿轮小工具,附带源码(Secondary development of Catia, generating gear gadgets, with source code)
- 2020-06-18 20:20:01下载
- 积分:1
-
ColorPicker
VB写的一款模拟Photoshop的拾色器源码。比Photoshop的要强大很多。(VB wrote a simulation Photoshop s color picker source. Photoshop is stronger than many.)
- 2015-06-29 14:08:10下载
- 积分:1
-
winvideo
VB控制修改系统声音 麦克风 波形 软件合成器 CD 线路输入(VB control to modify the system sound the microphone waveform software synthesizers CD line input)
- 2012-09-25 17:32:23下载
- 积分:1