-
vb_gdi
vb开发的gdi图像设备软件,电路图原件的绘制移动,显示坐标等功能(vb gdi image device software, schematics of the original drawing move, display coordinates, and other functions)
- 2020-12-08 14:59:20下载
- 积分: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
-
SkinppVBDemo
SkinPPVB 4.1 domo version
- 2012-06-27 11:20:23下载
- 积分:1
-
05
VB经典入门教程,非常适合初学者入门,非常实用(Introduction to the classic VB,Suitable for beginners to use,Very practical)
- 2013-08-01 11:50:48下载
- 积分:1
-
JK_CENTER
说明: 建立了TCP服务器,可以监听本地端口,通信后可以读出客户端的IP地址和相应端口。(The establishment of a TCP server, you can monitor the local port, communications can be read out after the client' s IP address and corresponding port.)
- 2009-08-21 13:20:41下载
- 积分:1
-
electre
多目标决策方法之一的ELECTRE的重要实现代码。 (ELECTRE MATLAB Code)
- 2012-03-15 15:25:35下载
- 积分:1
-
pontfix
类似于网络蚂蚁的下载软件,可以下载测试下,万能的VB()
- 2017-09-27 17:42:03下载
- 积分:1
-
Winsckdownloader
支持断点续传带进度条的VB下载控件,有需要的就下载吧。(Support breakpoint continuingly download VB controls, with the progress bar has the need to download it.)
- 2013-08-19 08:40:03下载
- 积分:1
-
Mediana
calculate the median of an image using opencv
- 2014-06-24 02:03:52下载
- 积分:1
-
ipclient
This is a messenger program written in VC++. This is a client program
- 2009-06-15 18:13:57下载
- 积分:1