I need to open IE from VB.net. I see the two most popular suggestions are:
. VB's Shell function (ShellExecute ??)
. COM "Microsoft Web Browser Control" reference
I can't get the Shell function to work, and the Browser control isn't listed in the COM references that can be added (I'm assuming it's not already a referenced component.
Any suggestions or alternatives?