当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: ///////////////////////////////
 

 

 ·教你如何用delphi注册快捷方式    »显示摘要«
    摘要:   这里我们用到了com对象,我要解释一下。com(compent object model)其实是microsoft提出的组件标准,它定义了组件和应用程序之间进行通信的标准,同时提供了组件程序运行时所需要的环境。这是书上讲的,现在我用口头语客串几句。com可以用不同的语言编可以实现通信的效果,可以把它们看成一些二进制的可执行程序。下面就是注册快捷方式: ......
 ·甘特图排程组件开发(tsygunter)    »显示摘要«
    摘要: 甘特图在project2000中,很是好用,可是我想在项目开发中还要买了ms的project2000的版权? 所以索性自己开发一套相关的组件. ......


Delphi 与 Excel (二)

////////////////////////////////    excel 的一个宏  ///////////////////////////////////

sub setpageinfo(byval regdatestr as string) 【程序编程相关:Delphi多层开发方案比较

【推荐阅读:Pascal精要笔记

【扩展信息:听说delphi9要出来了

    dim i, maxrow as integer

   

    取得最大行 maxrow

    range("a1").select

    activecell.specialcells(xllastcell).select

    maxrow = activecell.row

   

    取得有日期的行

    i = maxrow

    range("a1").select

    while (range("a" & cstr(i)).value <> "dateline") and (i >= 1)

      if range("a" & cstr(i)).value = "change1" then

        rows(cstr(i) & ":" & cstr(i)).rowheight = 21

      end if

      i = i - 1

    wend

    写入日期


...   下一页
 ·borland delphi7的几个错误    »显示摘要«
    摘要: 星期六编程发现了borland delphi7的几个错误。 1 在win32 api中有如下一个函数: the extracticonex function retrieves the handle of an icon from the specified executable file, dynamic-link library (dll), or icon file. h......
» 本期热门文章:

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