Hello All,
Does anyone know if it is possible to open the default Web Browser window to a specific URL from a GP Addin? I can get this to work in VBA code using Shell without any issue but it seems to completely skip over this line in my Addin Code. I have tried this and a few other variants without any success.
Addin Code:
string url = "http://www.google.com";
System.Diagnostics.Process.Start(url);
Is there any sort of a workaround other than to use VBA? (GP 2010 R2)
Thanks for your assistance!
John
*This post is locked for comments
I have the same question (0)