开发者

MFC Dialog Showing Problem

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜