当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 说白修改文件里的隐藏文件desktop.ini下面是源代码uni
 

 

 ·asp之日期和时间函数示例    »显示摘要«
    摘要:asp之日期和时间函数示例可以使用日期和时间函数来得到各种格式的日期和时间 函数 语法 说明 示例 now now() 取得系统当前的日期和时间 dim myvar myvar = now´ myvar 包含当前的日期和时间。 date date() 取得系统当前的日期 dim mydate mydate = date......
 ·[原创] together的模型引用机制    »显示摘要«
    摘要:注: 本文写在2003年9月,2004年7月投稿获得了 borland公司 together征文优胜奖 http://www.csdn.net/news/newstopic/16/16229.shtml有感兴趣的朋友可以购买 《csdn开发高手(2004年第07期)》查看 ......


改变文件夹图标

说白修改文件里的隐藏文件desktop.ini

下面是源代码 【程序编程相关:喜讯:热烈庆祝TaiwanMambo的论

【推荐阅读:VB.net进阶:在部署工程中加入自己的

unit unit1; 【扩展信息:用c#实现的语法高亮控件

interface

uses

  windows, messages, sysutils, variants, classes, graphics, controls, forms,

  dialogs, stdctrls;

type

  tform1 = class(tform)

    button1: tbutton;

    procedure button1click(sender: tobject);

  private

    { private declarations }

  public

    { public declarations }

  end;

var

  form1: tform1;

implementation

{$r *.dfm}

procedure tform1.button1click(sender: tobject);

var

  inifile : tstrings ;

begin

  createdir(´c:\yourfolder´) ;

  inifile := tstringlist.create;

  with inifile do

  begin

    add(´[.shellclassinfo]´) ;


...   下一页
    摘要:一个优秀程序员的特征,你具备哪几点呢? * plans before coding * always knows why (they wrote a piece of code they way they did) * writes situation-appropriate code * deviates where and when necessary * knows when not to ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE