开发者

Activate Dialog Box after returning back the control

The problem is i am calling one dialox from another dialox , and after returning back from that dialog box the dialog window is not enabled. in order to activate it i have to cli开发者_如何学Cck anywhere is dialog. so how can i get the focus on this current dialog window after returning from other dialog box.


Try:

this->SetFocus();

after the other box has returned.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜