积极答复者
restore window

问题
-
I have problem:
1. When main window minimize , create sub window , then click task bar , then main window can't restore,only use mouse right button , click the task bar and use restore or max , can show the main window.
2. If the main window is show , then create the sub window will have not this problem .
How to do ?
答案
-
How did you create sub window, and what related with main window? what's windows property of the sub window?
Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.
- 已标记为答案 nemo.zhu 2012年12月21日 7:49
-
I fix this bug :
1.hide sub window
2. set sub window parent to NULL
3.create sub sub window (toolbar window )
4.show sub window
5.set sub window to main window
- 已标记为答案 Damon ZhengModerator 2012年12月27日 12:02
- 已编辑 Damon ZhengModerator 2012年12月27日 12:10 取消之前的编辑
全部回复
-
How did you create sub window, and what related with main window? what's windows property of the sub window?
Visual C++ enthusiast, like network programming and driver development. At present is being engaged in the WinCE/Windows Mobile platform embedded development.
- 已标记为答案 nemo.zhu 2012年12月21日 7:49
-
I fix this bug :
1.hide sub window
2. set sub window parent to NULL
3.create sub sub window (toolbar window )
4.show sub window
5.set sub window to main window
- 已标记为答案 Damon ZhengModerator 2012年12月27日 12:02
- 已编辑 Damon ZhengModerator 2012年12月27日 12:10 取消之前的编辑
-
你好,
感谢你分享自己的解决方案。但是这里是中文论坛,请用中文在这里发贴。谢谢你的配合。
Damon Zheng
MSDN Community Support | Feedback to us
Develop and promote your apps in Windows Store
Please remember to mark the replies as answers if they help and unmark them if they provide no help.