开发者

Activate Dialog Box after returning back the control

开发者 https://www.devze.com 2023-01-25 06:59 出处:网络
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开发者_如何学Cckanywhe

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

精彩评论

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