With my old programmes of multiple-windows, I used to use this parameter
wnd.Show(Me)
This code kept wnd above the first Window. Anyway in WPF it gives error
“Too many arguments for ‘Public Sub Show'”
How can I do in WPF having the same advantages?
You can set the Window.Owner property in WPF to accomplish this: