- 博客(10)
- 资源 (13)
- 收藏
- 关注
原创 DsFancyButton 源码
每当用到DELPHI自带的控件都感到少了一点什么,形状也好,颜色也好,变化的方式也好,都与自已的项目所需要的标准相差了一些,查阅了一些书籍后发现下面的控件很有可用之处!!!以下是它的源代码:unit DsFancyButton;interfaceuses SysUtils,Windows, Messages, Classes, Graphics, Controls, Forms;
2007-04-06 19:17:00
839
转载 发送传真的c#方法
/**//// /// ////发送传真的方法,传递三个参数 /// /// /// /// public void sendFax(string faxFile ,string faxNumber,string hostName) { //writeFile("sendFax faxFile= "+faxFile); string sql = "";
2007-03-27 09:33:00
686
转载 C#使用ICSharpCode.SharpZipLib压缩文件
function StorePage(){d=document;t=d.selection?(d.selection.type!=None?d.selection.createRange().text:):(d.getSelection?d.getSelection():);void(keyit=window.open(http://www.365key.com/storeit.
2006-12-19 10:09:00
857
原创 使用FileUpload控件上传图片并自动生成缩略图、带文字和图片的水印图
使用FileUpload控件上传图片并自动生成缩略图、带文字和图片的水印图http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml" > 无标题页 using System;using System.Data;using Sy
2006-11-01 09:06:00
1542
转载 一篇对接口使用很好的说明,通俗易懂(转贴)
我们定义一个接口public interface IBark{ void Bark();}再定义一个类,继承于IBark,并且必需实现其中的Bark()方法public class Dog:IBark{ public Dog() {} public void Bark() { Consol.write("汪汪"); }}然后,声明Dog的一个实例,并调用Bar
2006-10-31 12:30:00
1746
转载 CodeSmith,SqlServer,C#中的类型对照
qlServer CodeSmith csbigint Int64 Int64binary Binary Sys
2006-10-10 11:21:00
766
系统分析师考试大纲内容
2009-06-30
系统构架师考试大纲内容
2009-06-30
最新BBS论坛源码(asp.net2.0)
2008-12-02
2009年软件设计师大纲
2009-04-12
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人