Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I'm working on WPF Application. I've a window with None as WindowStyle.
If I'm doing Start + D, the State changed event is not firing, but if the WindowStyle is SingleBorderWindow,the StateChanged evnet is firing.

Please help me how to come out of this problem.

Thanks in Advance,
Harish
Posted

1 solution

Hi Harish,

when you press start + D it will minimize your window but it did not change the window style.

For state change Event you can refer this : http://msdn.microsoft.com/en-us/library/ms748948(v=vs.110).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900