I am sorry if this is a repeated question.
I have a WPF application that consists of three windows, When i press Ctrl + Tab, the other windows of application should be shown in a Particular order.
When i tried to implement it , the Focus is not getting set on to the new window.
I have used Focus(), Activate(), Topmost e,t,c... But that didn't help much.
Could somepne please help me on this.