当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 在一些碰到过的多媒体软件编制过程中通常需要彻底屏蔽任务条,通常的办法是调用ShowWindow(h,SW_hide)来隐藏任务条,但是不能屏蔽开始菜单,通过键盘的win功能键还是可以打开开始菜单,所以配合键盘钩子,来屏蔽开始菜单。
 

 

    摘要: 转自大富翁论坛,至于如何重新编译可以参考《fastreport 3.07 专业的安装及中文化》 q:fastreport 3.x导出pdf乱码怎么解决?(中文乱码,英文没问题). a:用下面这代码替换 frxpdffile.pas 中原来的代码就可以了已在enterprise(应该说是professional) 3.07下测试通过;注意事项:字体内嵌的复选框不可选。 procedure tf......
 ·比较vc和delphi的wintest工程    »显示摘要«
    摘要: 看过几篇关于vc和delphi比较的文章,自己也有心写写代码试试,我在vc6下新建了一个工程,叫wintest。代码如下:#include <windows.h> hwnd hwndbutton;int cx, cy; lresult callback mainwndproc (hwnd hwindow, uint nmsg, wparam wprm, lparam lprm){......


通过api和键盘钩子彻底屏蔽任务条和开始菜单。

在一些碰到过的多媒体软件编制过程中通常需要彻底屏蔽任务条,通常的办法是调用showwindow(h,sw_hide)来隐藏任务条,但是不能屏蔽开始菜单,通过键盘的win功能键还是可以打开开始菜单,所以配合键盘钩子,来屏蔽开始菜单.

library hide; 【程序编程相关:delphi2005 启动加快

【推荐阅读:Delphi2005的使用感受

【扩展信息:Dephi快捷健

{ important note about dll memory management: sharemem must be the

  first unit in your librarys uses clause and your projects (select

  project-view source) uses clause if your dll exports any procedures or

  functions that pass strings as parameters or function results. this

  applies to all strings passed to and from your dll--even those that

  are nested in records and classes. sharemem is the interface unit to

  the borlndmm.dll shared memory manager, which must be deployed along

  with your dll. to avoid using borlndmm.dll, pass string information

  using pchar or shortstring parameters. }

uses

  sysutils,

  classes,

  windows,

  messages;

var

hhk :hhook;

type

  pkbdllhookstruct = ^kbdllhookstruct;

  kbdllhookstruct = record


...   下一页
    摘要: 在delphi中的datagrid怎样使它显示的行间隔改变颜色?就向.net中同名控件一样。 --------------------------------------------------------------- 好像是在 ondrawdatacell 事件中写代码。 ------------------------------------------------------------......
» 本期热门文章:

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