
.Net
文章平均质量分 76
2066
这个作者很懒,什么都没留下…
展开
-
用VB.NET做个论坛发帖软件
用VB.NET做个论坛发帖软件 riveastking 题记:如果你经常泡各种论坛发表宏论,如果您想把您的软件在极短时间内提交到有关网站,如果您想把您的网站快速登陆各搜索引擎,如果您想做个论坛自动发贴软件,本篇文章可能对您有所帮助。 开发工具:Microsoft Visual Studio .NET 2003 操作系统:Windows XP原创 2004-03-30 19:13:00 · 3922 阅读 · 2 评论 -
使用你自己的浏览器打开新窗口
If you trap the NewWindow2 event for the WebBrowser control, you can stop all new windows opening, like this: Code: Private Sub AxWebBrowser1_NewWindow2(ByVal sender As Object, ByVal e As AxSHDocVw.原创 2004-09-14 16:41:00 · 1241 阅读 · 1 评论 -
关于bin和obj文件夹
回复人: jhnhu(玩的就是技术) ( ) 信誉:88 http://search.youkuaiyun.com/Expert/topic/763/763070.xml?temp=.7477381bin是放最终代码的目录obj就放中间代码的目录release和debug是不同的运行方式debug会增加调试代码,方便调试。调试完后,用release版本发布,没有调试代码,减小程序体积,加快执行速度!一、先原创 2004-10-05 18:13:00 · 2680 阅读 · 2 评论 -
strong name
The Secrets of Strong Naminghttp://www.ondotnet.com/pub/a/dotnet/2003/04/28/strongnaming.htmlhttp://dev.youkuaiyun.com/develop/article/18/18445.shtm在.NET环境禁止别人调用代码 http://network.ccidnet.com/pub/article/c11原创 2004-10-09 19:50:00 · 5044 阅读 · 0 评论 -
How to get operating system info in .NET
How to get operating system info in .NET Bmark-It! http://www.vbcity.com/forums/faq.asp?fid=30&cat=System&#TID4878 - posted by jspano - last updated on 7原创 2004-10-05 19:46:00 · 2365 阅读 · 0 评论 -
How to Detect a Dialup Connection?
How to Detect a Dialup Connection?AuthorDate Of SubmissionUser LevelSushila D. Patel05/15/2003Intermediatehttp://www.c-sharpcorner.com/Code/2003/May/DetectingDialUpConnec原创 2004-10-06 18:29:00 · 1623 阅读 · 0 评论 -
你写的代码遵守命名约定吗? 选择自 chinayokel 的 Blog
你写的代码遵守命名约定吗? 选择自 chinayokel 的 Blog 关键字 你写的代码遵守命名约定吗?出处 Form frmClass cls/CModule modLabel原创 2004-10-09 11:55:00 · 1630 阅读 · 0 评论 -
DNS Client Utility
DNS Client UtilityBy Jaimon Mathew DNS Client utility This is a cut down version of the DNS client, which can be used to retrieve the MX (mail exchange) record for any Internet address from a DNS se原创 2004-10-05 20:54:00 · 1848 阅读 · 0 评论 -
Delay
Public Sub Delay(ByRef HowLong As Double) On Error Resume Next Dim throughTime As DateTime Dim Dnow As DateTime = DateTime.Now throughTime = DateAdd(DateInterval.Second, H原创 2004-10-10 15:37:00 · 1994 阅读 · 1 评论 -
.NET中的xpath 选择自 Uncommon 的 Blog
.NET中的xpath 选择自 Uncommon 的 Blog 关键字 .NET中的xpath 出处 关键字:xpath xml 选择自 guoyan19811021 的 Blog 关于XPath 节点匹配路径Xpath 在利用XSL进行转换的过程中,匹配的概念非常重要。在模板声明语句x原创 2004-10-12 16:34:00 · 1616 阅读 · 0 评论 -
有关文章地址搜集
动网论坛灌水机 破译动网验证码的简单方法 动网论坛的验证码 摘要:实现自动灌水,呵呵 (全文共19180字)——点击此处阅读全文发表于 @ 2004年10月28日 1:03 PM | 评论 (0) 2004年10月17日 # 使用VB实现邮箱自动注册(一):表单自动提交 摘要:表单自动提交 (全文共19278字)——点击此处阅读全文发表于原创 2004-11-01 21:25:00 · 4010 阅读 · 0 评论 -
用正则表达式得到网页上的链接
输入一个地址,就可以把那个网页中的链接提取出来,下面这段代码可以轻松实现,主要的是用到了正则表达式。查看例子 http://search.youkuaiyun.com/Expert/topic/2131/2131209.xml?temp=.4868585GetUrl.aspx代码如下: http://lucky_elove.www1.dotnetplayground.com/原创 2004-11-12 15:24:00 · 3482 阅读 · 0 评论 -
DataGridView 有关文摘
DataGridView demos from todays TechEd Malaysia session UPDATE: Here is the demo code from todays session on the DataGridView control.Thanks to Joe Stegman from the Windows Client team at Micros原创 2004-12-04 22:02:00 · 1826 阅读 · 0 评论 -
VS.Net 2005 有关文档
Visual Basic 2005 新功能点评 NET Framework Version 2.0 Redistributable Package Beta 1 (x86)vs.net2005精简版下载地址:离线安装版本地址分别如下,累计大小约在510M左右: DotNET Framework Version 2.0 Redistributable Package Beta 1 (x86) - 2原创 2004-12-10 14:30:00 · 1929 阅读 · 0 评论 -
stopping popup windows in a web browser
edward(vbCity Leader) posts: 1481 since: Apr 8, 2001 from: Shropshire, Englandhttp://www.vbcity.com/forums/topic.asp?tid=22075&highlight=beforenavigate&page=2Hi, As most原创 2004-09-16 20:14:00 · 1217 阅读 · 0 评论 -
使用System.Web.Mail通过需验证的邮件服务器发送邮件
http://community.youkuaiyun.com/Expert/topic/3198/3198073.xml?temp=.3856623使用System.Web.Mail通过需验证的邮件服务器发送邮件,下面是Scott Water在dotText中写的一个发邮件的类,使用起来比较方便,整个类的代码如下:using System;using System.Web.Mail; n原创 2004-09-21 16:35:00 · 2283 阅读 · 0 评论 -
about IE proxy
Find Proxy Server and Port Specified by IE (VB.NET)http://www.freevbcode.com/ShowCode.asp?ID=4947 Author:Bert Category:VB.NET/ASP.NET Type:Snippets Difficulty:Beginning原创 2004-09-22 19:57:00 · 4926 阅读 · 1 评论 -
从注册表读取程序的版本
从注册表读取程序的版本 SunHai 开发工具:Microsoft Visual Studio .NET 2003 操作系统:Windows XP Registry 类简介 用Visual Studio .NET读写注册表一般用到Registry类. Registry类提供在运行 Windows 的原创 2004-05-11 11:04:00 · 2056 阅读 · 0 评论 -
软件开发,创意是灵魂——用HttpWebRequest和正则表达式提取网页中的链接
软件开发,创意是灵魂 ——用HttpWebRequest和正则表达式提取网页中的链接 SunHai 开发工具:Microsoft Visual Studio .NET 2003 操作系统:Windows XP 题记:提取网页链接有什么用?比如,你可以做网页地址搜集器,邮件地址搜集器,图片或Flash搜集器等等。如何用最高效快捷的方式提原创 2004-03-30 19:13:00 · 1694 阅读 · 0 评论 -
用VB.NET和Excel排生产计划--企业信息化探讨之一
用VB.NET和Excel排生产计划 —企业信息化探讨之一 SunHai 开发工具:Microsoft Visual Studio .NET 2003 操作系统:Windows XP 企业信息化失败原因探讨 中国企业上线ERP的成功率是不高的。这是为什么呢? 实用的ERP系统有两个特征:原创 2004-03-30 19:15:00 · 1902 阅读 · 0 评论 -
用ImessageFilter接口实现截获键盘消息
用ImessageFilter接口实现截获键盘消息 sunhai IMessageFilter 接口 IMessageFilter 接口允许应用程序在消息被调度到控件或窗体之前捕获它。 可以将实现 IMessageFilter 接口的类添加到应用程序的消息泵中,以在消息被原创 2004-05-17 17:48:00 · 1652 阅读 · 0 评论 -
用Socket类构建网页下载器
用Socket类构建网页下载器 SunHai 开发工具:Microsoft Visual Studio .NET 2003 操作系统:Windows XP 什么时候用到Socket类 Microsoft.Net Framework为应用程序访问Internet提供了分层的、可扩展的以及受管辖的网络服务,其名字空间System.Net原创 2004-03-30 19:16:00 · 1461 阅读 · 1 评论 -
用程序实现自动拨号
用程序实现自动拨号 SunHai 开发工具:Microsoft Visual Studio .NET 2003 操作系统:Windows XP 在编写网络程序时很可能用到自动拨号。比如,邮件群发软件用自动断线和拨号实现本机IP地址的更换。 要实现自动拨号,分两步: 从注册表读取本机拨号链接名称; 自动拨号。原创 2004-05-11 11:04:00 · 3197 阅读 · 1 评论 -
WebBrowser控件捕捉DHTML事件
WebBrowser控件捕捉DHTML事件 SunHai 开发工具:Microsoft Visual Studio .NET 2003 操作系统:Windows XP 原文:http://www.devx.com/vb2themax/tip/18798 和其他控件一样,我们可以用WebBrowser控件来构筑我原创 2004-05-17 17:48:00 · 2000 阅读 · 0 评论 -
给DataGrid加上右键菜单
给DataGrid加上右键菜单 SunHai 开发工具:Microsoft Visual Studio .NET 2003 操作系统:Windows XP 用XML作为DataGrid的数据源 代码如下:Dim fileName As StringDim MyXmlDataSet As New Da原创 2004-04-27 23:54:00 · 1312 阅读 · 0 评论 -
WebBrowser "object reference not set to an instance of an object
to work out this problem, First,right clicking on the toolbox and selecting and select add/remove items, in the selecting dialog, click the com tab and add Microsoft Web Browser Control, Second,remark原创 2004-07-24 20:03:00 · 1625 阅读 · 0 评论 -
.net世界 最好的东西!! 你拥有几个 ——转贴
SYS-CON Media系列媒体揭晓 2003年度读者选择奖 最佳 .NET 图书暨培训软件大奖获得者: Advanced .NET Remoting, Apress (www.apress.com)亚军: Applied Microsoft .NET Framework Programming, Microsoft Press (www.microsoft.com) 购买季军: Progr转载 2004-07-22 19:06:00 · 8797 阅读 · 0 评论 -
加密与解密
Imports System.IOImports System.Security.Cryptography 数据加/解密 类Public Class CryData 加密密钥,初始化向量 Public ReadOnly cryKey As Byte() = {9, 4, 2, 8, 5, 1, 4, 9, 7, 6, 9, 5, 1, 13, 7, 5, 14, 9, 10, 15原创 2004-07-30 18:13:00 · 1417 阅读 · 1 评论 -
关于读取文本文件的一些文摘
关于读取文本文件的一些文摘http://community.youkuaiyun.com/Expert/topic/3274/3274491.xml?temp=.4443323给 AntingZ(夕惕若)的补充一下,凡用StreamReader,请习惯带上System.Text.Encoding.Default,要不我们的中文就不能正确显示了。原创 2004-08-27 09:40:00 · 3260 阅读 · 4 评论 -
转贴 使用C#制作《邮件特快专递》
[原创]使用C#制作《邮件特快专递》 http://itboy.cn/blog/read.asp?编号=9源代码的下载地址(到下边的页面去下:http://itboy.cn/product/index.asp一、前言 foxmail新版中有一个《邮件特快专递》的功能。起先搞不懂如何用,后来知道要在 工具->系统选项 那边设置 本地DNS服务器的IP地址。 觉得这个新功能蛮好用的。不需要通过转载 2004-10-01 15:22:00 · 8377 阅读 · 0 评论 -
VS.Net 学习方法论
VS.NET 学习方法论 ——我的 VS.NET 学习之旅 riveastking开发工具: Microsoft Visual Studio .NET 2003 中文企业版 操作系统: Windows XP 英文专业版 题记 : 即使你没有一点编程经验,只要你愿意,并理解本文介绍的学习方法,你也可以象作者一样轻松、愉快地步入程序设计之门。让我们一起开始激动人心的 VS.原创 2004-05-25 10:18:00 · 16072 阅读 · 10 评论