VerySource

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 726|回复: 1

模态窗口问题

[复制链接]

1

主题

1

帖子

2.00

积分

新手上路

Rank: 1

积分
2.00
发表于 2020-1-29 10:00:02 | 显示全部楼层 |阅读模式
在界面上显示了一模态窗口,我想在用户点击除模态窗口外的其他部分时,该模态窗口闪烁,不知如何做,请指点!!!
回复

使用道具 举报

0

主题

2

帖子

3.00

积分

新手上路

Rank: 1

积分
3.00
发表于 2020-3-3 15:45:01 | 显示全部楼层
unit1.h
//---------------------------------------------------------------------------
class TfmFile : public TForm
{
__published:        // IDE-managed Components
...
private:        // User declarations
...
public:                // User declarations
...
protected:
        void __fastcall CreateParams(Controls::TCreateParams &Params);
};
//---------------------------------------------------------------------------

    unit1.cpp
//---------------------------------------------------------------------------
void __fastcall TfmFile::CreateParams(Controls::TCreateParams &Params)
{
  TForm::CreateParams(Params);
  Params.WndParent=GetActiveWindow();
}
//---------------------------------------------------------------------------
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

快速回复 返回顶部 返回列表