当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: unit tray; interfaceuses Window
 

 

 ·进程查看器1.3版开发后记     »显示摘要«
    摘要:   终于赶在元宵节这天发布“进程查看器1.3版”,顺便将它的中文版名字改为“05元宵版”。“进程查看器”一直都是用休息时间编码的,虽然1.3版增加的功能不多,但也耗用了好几天的下班时间。开发过程中还是有点东西需要记录下来,免得以后又忘记了。一、查找主窗体  通过特定的窗体句柄查找主窗体,这是以前做过的功能,随手写出以下代码......
    摘要: danny thorpe - borland chief scientist danny thorpe is a borland chief scientist responsible for strategic research in software development tools for the microsoft windows, microsoft .net, a......


支持XP下托盘栏气球提示的托盘单元

unit tray;

【程序编程相关:拷贝DBGrid当前行

interface 【推荐阅读:让Fastreport3.x支持中文PD

【扩展信息:VCL Component Messag

uses

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

  dialogs,registry,shellapi, comctrls, stdctrls, buttons, menus, extctrls;

const

  icon_id=3;

  nif_info = $10;

  nim_setversion = $00000004;

  notifyicon_version = 3;

  nim_setfocus = $00000003;

  niif_info = $00000001;

  niif_warning = $00000002;

  niif_error = $00000003;

  nin_balloonshow = wm_user + 2;

  nin_balloonhide = wm_user + 3;

  nin_balloontimeout = wm_user + 4;

  nin_balloonuserclick = wm_user + 5;

  nin_select = wm_user + 0;

  ninf_key = $1;

  nin_keyselect = nin_select or ninf_key;

procedure insticon(toyicon:ticon;winhandle:thandle;cbmessage:integer);

procedure deleicon(winhandle:thandle);

procedure showballoontips(tipinfo,tiptitle:string);

implementation

type


...   下一页
 ·delphi2005探讨之四     »显示摘要«
    摘要:笔者在用delphi2005调试其自带例子的dbwebfiltersample时遇到以下问题:若bdpdataadapter1的active属性设为true,编译运行出现以下错误 “/dbwebfiltersample”应用程序中的服务器错误。-----------------------------------------------------------------......
» 本期热门文章:

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