本文介绍了MDI应用程序上的dlg domodal的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!

我有一个MDI应用程序,在该应用程序上我想显示一个请稍等dlg,直到在视图上加载数据为止.当我这样做时,请在MDI上等待dlg do modal,数据加载被卡住,而当我关闭时,请等待dlg,数据加载被释放.我想同时进行两个处理.意味着在视图上加载数据时,请等待dlg出现,一旦数据加载完成,请等待dlg应该销毁.任何人都可以帮我解决这个问题.

在此先感谢.

HI!

I have a MDI application, on which I want to show a please wait dlg till data loading on the view. When I am doing please wait dlg do modal on the MDI, data loading is getting stuck, and when I am closing please wait dlg, data loading get released. I want to do both process simultaneous. Means when data is loading on the view, please wait dlg should appear and as soon as data loading completed please wait dlg should destroy. Can any one help me for this prblm.

Thanks in advance.

推荐答案




这篇关于MDI应用程序上的dlg domodal的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 08:29