问题描述
我在主窗口的子线程中安装flash(可以是任何应用程序)。当子线程运行一个消息框弹出窗口并隐藏在我的主窗口后面时。
I'm installing flash(could be any application) in a child thread from my main window. When the child thread is running a messagebox popup and hidden behind my main window.
如何从主窗口前面(最顶层)的子窗口显示消息框。请注意,消息框来自第三方应用程序,所以我无法修改。
How can I show the messagebox from child window in front(top most) of main window. Note that the messagebox is coming from 3rd party application so i can not modify there.
我在主窗口中使用Mutex和WaitForSingleObject c ++代码。
I'm using Mutex and WaitForSingleObject c++ code in my main window.
任何帮助?
推荐答案
我正在安装闪存(可以是来自我主窗口的子线程中的任何应用程序)。当子线程运行一个消息框弹出窗口并隐藏在我的主窗口后面时。
I'm installing flash(could be any application) in a child thread from my main window. When the child thread is running a messagebox popup and hidden behind my main window.
如何从主窗口前面(最顶层)的子窗口显示消息框。请注意,消息框来自第三方应用程序,所以我无法修改。
How can I show the messagebox from child window in front(top most) of main window. Note that the messagebox is coming from 3rd party application so i can not modify there.
我在主窗口中使用Mutex和WaitForSingleObject c ++代码。
I'm using Mutex and WaitForSingleObject c++ code in my main window.
任何帮助??
这篇关于子线程弹出一个隐藏在主窗口后面的消息框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!