-
proyectoFinalPHV
this is an aplication for visual studio 2008. It includes how to developed advanced conexions for sql data bases.
- 2009-12-08 07:20:24下载
- 积分:1
-
HowToSendandReceive
用vb.net开发的一个flash播放器
很简单,但是功能齐全
(using vb.net development of a flash player is simple, but complete)
- 2006-12-31 15:59:23下载
- 积分:1
-
Goats-KO-Table-Editor
Desencriptador de TBL Knight Online, Basico y Fixeado para VB.Net 2005
- 2012-07-08 14:59:24下载
- 积分:1
-
20101722382095
Vb.net验证码控件及Demo源码
这个验证码控件实在太好了,有未编译过的源码,是VB.Net的,这个控件真的太酷了
控件代码是Vb.net,Demo代码是C#的
(Vb.net Demo Source Code Control and control the verification code is good, there is not compiled source code for VB.Net, this control is really cool control code is Vb.net, Demo code is C#,)
- 2011-05-05 19:49:13下载
- 积分: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
-
Utiliser-ADONET-VB
Utiliser ADO.Net for Visual Basic .Net
- 2011-07-17 16:38:45下载
- 积分:1
-
Seekthegreatestcommondivisorandleastcommonmultiple
求最大公约数和最小公倍数的程序主要是描述如何求最大公约数和最小公倍数。(Seek the greatest common divisor and least common multiple is to describe how the process is essentially seeking the common denominator and least common multiple.)
- 2010-02-11 20:11:35下载
- 积分:1
-
filewatchservicetest
使用FileSystemWatcher监控网络路径(包含源代码)
在VS2005中,.Net里面有个FileSystemWatcher控件,用来监控文件变化,它会通知文件创建,修改,删除的消息。网上这样的例子很多,但是在实际应用的时候,发现还有一些待处理的问题,我做了一个简单的demo,解决了如下的问题:
1. 多次连续触发 (通过一个定时器来解决)
2. 能监控网路路径 (serviceProcessInstaller的Account属性设置为NetworkService)
3. 通过windows service来实现, 做成安装文件方便注册服务
注意事项:
1. 切记网络路径要给guest的权限,否则监控不了。
2. 修改Service1代码中的watcher.Path。
3. 新建文件c: est.log,将此文件设置为可写的权限。
4. 安装完成后手动将服务启动。(err)
- 2008-06-14 19:44:06下载
- 积分:1
-
TestSybaseAse
c#、.net中连接sybase数据库,及中文乱码处理源码。(c#,. net connect sybase database, and Chinese garbled handle source.)
- 2011-09-21 15:30:38下载
- 积分:1
-
affg
将文件进行二进制与十六进制同时阅读, 有其他参考的也可以进行下载,()
- 2017-11-03 22:22:10下载
- 积分:1