-
vb.net_LibrarayMgmt
说明: Library vb.net examples
- 2020-04-07 14:38:13下载
- 积分:1
-
Device Management
Device Management ZKTECO
- 2018-06-21 19:22:10下载
- 积分:1
-
UartDemo
VB.NET 串口工具 Serial Tools(Serial Tools Serial Tools VB.NET)
- 2010-07-08 16:23:07下载
- 积分:1
-
QQWorld
webqq 的桌面客户端源码 不同于网上的 webqq桌面客户端只是一个简单的框架 这个就稍稍有点复杂了 读了这个源码 基本就对在.net 下操作WebBrowser控件 门清了 还涉及几个对系统api的调用 可以从中知道如何与网页里的内容进行交互 注册系统快捷键 任务栏窗口闪烁提醒 等(webqq desktop client source code is different from the online webqq desktop client is only a simple framework that will read a little bit complicated in this source basically. net WebBrowser control to operate the door clear of the system also involves several api' s You can learn how to call in with the web registration system to interact with the content of shortcuts taskbar window flashing reminders)
- 2011-08-06 12:08:51下载
- 积分:1
-
DotNetSkin
说明: vb.net 界面自定义主题控件。破解版(vb.net interface custom theme control.)
- 2010-03-25 09:00:53下载
- 积分:1
-
vb2008.net-downloadfile-WebClient
使用vs2008.net 中webclient 下载文件,可以获得文件下载进度(Vs2008.net in webclient download files, you can get the file download progress, fully available)
- 2012-02-20 21:31:23下载
- 积分:1
-
1514016
这是modbus的应用,觉得这讲的很清楚,希望对大家有所帮助,()
- 2018-04-07 23:50:12下载
- 积分:1
-
mapx
mapx操作手册记录mapx的各种属性及方法(mapx operating manual records of the various properties and methods mapx)
- 2015-03-31 10:41:49下载
- 积分:1
-
HowToSendandReceive
用vb.net开发的一个flash播放器
很简单,但是功能齐全
(using vb.net development of a flash player is simple, but complete)
- 2006-12-31 15:59:23下载
- 积分: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