Hi All
I need to open the network-prefpane in my App. This works fine with
[[NSWorkspace sharedWorkspace] openFile:@"/Path/To/PrefPane"];
But how can i directly open the "proxy-settings", which is in the "network-pref" under "advanced"?
You can see this in the Safari-Settings under "Advanced->Proxies"
Thanks