开发者

MFC Dialog Showing Problem

开发者 https://www.devze.com 2023-04-02 01:54 出处:网络
I create class with base class of CPropertySheet, sho开发者_Go百科w this dialog using d.DoModal()

I create class with base class of CPropertySheet, sho开发者_Go百科w this dialog using

d.DoModal()

and it freezes my application. Can I execute my dialog asynchronously?

d.ShowWindow(SW_NORMAL)

doesn't work.


You need to use CPropertySheet::Create to use the dialog asynchronously. There's also some hints at http://support.microsoft.com/kb/146916 .

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号