-
8767547657
VB网页源代码查看器并分析出URL链接,有需要的就下载吧。(VB page source code viewer and analyze the URL link, there is a need to download it.)
- 2013-08-22 19:31:29下载
- 积分: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
-
Programming-in-Visual-Basic-2008
visual basic programming textbook
- 2012-05-23 12:24:56下载
- 积分:1
-
vb2005
使用VB2005编写的关于winsock控件通信例程,适合新手使用(Written using VB2005 winsock control communication routines for the novice)
- 2012-07-16 18:13:26下载
- 积分:1
-
TriangleDevelopment
此程序生成狄洛尼三角网.运用了简单的读取文件.然后依据算法生成三角网.(this program generator Diluoni triangulation. Use a simple read files. Then generation algorithm based on triangulation.)
- 2021-04-09 11:48:59下载
- 积分:1
-
VB_numberical_codes
VB常用数字计算方法代码集合,功能齐全,内容丰富,是VB学习者的好帮手。(VB code calculation methods commonly used digital collection, full-featured, rich in content, is a good helper VB learner.)
- 2013-11-06 15:41:52下载
- 积分:1
-
VB_3Dstarfield
VB实现屏幕上显示3D star,研究VB对3D图形的处理性能。(VB to achieve the screen 3D star, of VB on the 3D graphics processing performance.)
- 2008-07-21 09:56:09下载
- 积分:1
-
遗传算法控件
对于学习遗传算法,并使用vb 语言来编程的用户,会大有帮助的。(for studying genetic algorithm, and use Visual Basic programming language to the user, it will be of great help.)
- 2005-05-13 17:21:49下载
- 积分:1
-
HwDev-Demo-VB-ENU
汉王人脸通FaceID VB(非.NET) SDK开发包示例程序源代码,包含英文版本。(Hanvon FaceID SDK, EN demo VB (NOT .NET) source code included.)
- 2020-06-16 20:40:02下载
- 积分:1
-
FlappyBird(VB-6.0)
用VB写的愤怒的小鸟 很不错的源码哦 值得参考 学习(VB write angry bird it is a very good reference source worth learning)
- 2021-01-11 22:38:49下载
- 积分:1