Is there a way to open the "Networks" pane programmatically from a Metro app in Windows 8?
I know that the Windows.UI.ApplicationSettings.SettingsPane class will let you open the settings pane (which will have a button to open the networks pane at the bottom), but for my application I'd really like to open directly to the Networks pane.
Any help would be greatly appreciated!