码迷,mamicode.com
首页 > Windows程序 > 详细

停留在窗体下面

时间:2014-07-29 21:17:42      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:http   color   strong   io   for   cti   div   ar   

停留在窗体下面 处于
force my form to stay on the bottom?


unit Unit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs;

type
  TForm1 = class(TForm)
  private
    { Private declarations }
    procedure WMNCActivate(var Msg: TWMNCActivate ); message WM_NCACTIVATE;
  public
    { Public declarations }
  end;

var
  Form1: TForm1;

implementation

{$R *.dfm}
procedure TForm1.WMNCActivate(var Msg: TWMNCActivate );
begin
  Msg.Result:=0;
end;

end.




停留在窗体下面,布布扣,bubuko.com

停留在窗体下面

标签:http   color   strong   io   for   cti   div   ar   

原文地址:http://www.cnblogs.com/xe2011/p/3876231.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!