开发者

Here is a Question about WPF Window Control

开发者 https://www.devze.com 2023-02-20 12:40 出处:网络
ı\'am opening a new window in a another window ,but when window1.show()\' method is called, window1 is down in the taskbar 开发者_C百科with caller window and they is grouping in that task bar,

ı'am opening a new window in a another window ,but when window1.show()' method is called, window1 is down in the taskbar 开发者_C百科with caller window and they is grouping in that task bar, I click the window1 but not showed the screen,is is still in the task bar...

Why might something like that ?


Unless you specify in Windows 7 that you do not wish to regroup the windows under the same icon, it is not possible per say. The only way I can think of would be to create a new application with that windows instead of opening the window itself., but that would be far fecthed.

Why do you need this ?

0

精彩评论

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