风过无痕,生命如烟

每个人生下来都是天使,不过这个世界上也存在着恶魔。恶魔是天使变的,因为这个世界充满了诱惑。

导航

文章分类 -  .NET

.NET 方面的技术文章
C# 與JAVA 共用的DES 加密解密方法
摘要:本文摘自:http://www.cnblogs.com/hinslam/archive/2011/07/19/2110779.htmlC# 與JAVA 共用的DES 加密解密方法C# codeusing System;using System.Collections.Generic;using System.Text;using System.ComponentModel;using System.Data;using System.Drawing;using System.Configuration;using System.Web;using System.Security.Crypto. 阅读全文

posted @ 2012-01-11 14:50 hyamw 阅读(205) 评论(0) 推荐(0)

C# PropertyGrid控件应用心得(转载)
摘要:本文摘自:http://blog.csdn.net/luyifeiniu/archive/2010/03/29/5426960.aspx最近项目中做一模块时偶发奇想,希望使用propertygrid的控件实现类似visual studio的属性样式,于是拿来一用,发现还真不是自己想象的那么简单,如果要实现一个比较好的展示,还真的需要不少技巧,通过自己的实践和网络的力量,“逢山开道,遇水... 阅读全文

posted @ 2010-10-12 11:17 hyamw 阅读(438) 评论(0) 推荐(0)

.NET各种数据库连接大全
摘要:摘自:http://dev.csdn.net/develop/article/16/16437.shtm .NET中各种数据库连接大全 SQL Server ODBC Standard Security:"Driver={SQL Server};Server=Aron1;Database=pubs;Uid=sa;Pwd=asdasd;" ... 阅读全文

posted @ 2006-03-24 15:56 hyamw 阅读(332) 评论(0) 推荐(0)

Building Rich COMponents with Attributed ATL
摘要:Building Rich COMponents with Attributed ATL 作者: A'>A∣来源:codeproject∣原文地址∣2005-9-2 Download sample project - 46.6 Kb Introduction There are tons of articles and sample code on how to do somethin... 阅读全文

posted @ 2006-02-15 17:30 hyamw 阅读(503) 评论(0) 推荐(0)

NScript - A script host for C#/VB.NET/JScript.NET
摘要:NScript - A script host for C#/VB.NET/JScript.NET 作者: Ra'>Ra∣来源:codeproject∣原文地址∣2005-9-2 Download setup - 39 Kb Download source - 23 Kb Introduction NScript is a tool similar to WScript except... 阅读全文

posted @ 2006-02-15 16:14 hyamw 阅读(515) 评论(0) 推荐(0)

Visual C#中调用Windows API的要点
摘要:本文摘自:http://www.programfan.com/article/showarticle.asp?id=2613在.Net Framework SDK文档中,关于调用Windows API的指示比较零散,并且其中稍全面一点的是针对Visual Basic .net讲述的。本文将C#中调用API的要点汇集如下,希望给未在C#中使用过API的朋友一点帮助。另外如果安装了Visual Stu... 阅读全文

posted @ 2005-12-21 09:51 hyamw 阅读(207) 评论(0) 推荐(0)