摘要:本文摘自: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.
阅读全文
摘要:本文摘自:http://blog.csdn.net/luyifeiniu/archive/2010/03/29/5426960.aspx最近项目中做一模块时偶发奇想,希望使用propertygrid的控件实现类似visual studio的属性样式,于是拿来一用,发现还真不是自己想象的那么简单,如果要实现一个比较好的展示,还真的需要不少技巧,通过自己的实践和网络的力量,“逢山开道,遇水...
阅读全文
摘要:摘自: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;" ...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要:本文摘自:http://www.programfan.com/article/showarticle.asp?id=2613在.Net Framework SDK文档中,关于调用Windows API的指示比较零散,并且其中稍全面一点的是针对Visual Basic .net讲述的。本文将C#中调用API的要点汇集如下,希望给未在C#中使用过API的朋友一点帮助。另外如果安装了Visual Stu...
阅读全文