Read a little wiki on COM interface. Going through forums and attempting to absorb all I can, it seems when working in .NET developing browser automating console apps, many frown upon their use.
What is a alternative to my usual
Dim ie As InternetExplorer
ie = New InternetExplorer
ie.Visible = True
ie.Navigate(website)
I am not sure if best practices type questions are allowed, but I am very curious to know the answer to this. Mainly the alternative and then of course a short why? Thanks guys :)!