摘要:本文参照了http://blog.csdn.net/dtianx/archive/2004/11/17/184949.aspx相信用过qq、msn中的动画表情对我们的吸引力了吧。在前几天我的一个小应用中需要添加这样的一个功能,首先从网上下载了rxlib2.75(包括rxrichedit),安装后测试了一下它提供的例子$(delphi)\rx\demo\riched2\richedit.dpr,在使......
摘要:vcl的辉煌(二) 一 tgraphiccontrol的叛变 在上面这个例子中,请再注意一下:mediaplayer元件是继承于twincontrol的,也就是说,能够被其他窗口“容纳”的元件必须是具有窗口句柄属性特征的元件,也即具有“parent”属性。 那么不是从twincontrol继承下来的元件就无法用于authorware了吗?不过还好......
DBGrid中用光标键控制Cell
{////////////////////////
// // 【程序编程相关:
Delphi 7 中使用RAVE报表(四】 【推荐阅读:
Delphi 7 中使用RAVE报表(四】// grids549 // 【扩展信息:
Delphi 7 中使用RAVE报表(四】 // // // 14:33 2005-2-17 // // // }//////////////////////// unit grids549;
interface
uses
dbgrids, classes, windows;
type
tdbgrid549 = class(tdbgrid) public property inplaceeditor; end ; procedure cursorctrl(sender: tobject; var key: word; shift: tshiftstate);
implementation
{ tdbgrid549 }
procedure cursorctrl(sender: tobject; var key: word;
shift: tshiftstate); { warn: this procedure may change vk_right and vk_left to 0
call this in dbgridkeydown procedrue
eg: ...
下一页 摘要:有趣的是:marcomedia公司为了保护它自己的版权,在authorware4.0时代,一再要求使用它开发的多媒体程序要加上“made with marcomedia”的标示,可能没多大效果,进入5.0时代后,它强制性的在每个程序结束后显示一个e文的marcomedia标示的logo画面,使我们的多媒体程序或课件程序显得不那么专业化,简直大煞风景,如果我们能够先使用某种资......