HtmlPage.Window.Navigate
I was writing some Silverlight code for a colleague tonight. The code had to open three browser windows. I originally used PopupWindow, but only the first opened. Moving to Window.Navigate solved the problem.
Advertisement

I was writing some Silverlight code for a colleague tonight. The code had to open three browser windows. I originally used PopupWindow, but only the first opened. Moving to Window.Navigate solved the problem.