Web browser control loading Outlook unusable VB.Net
I have a web browser control that is added to a user control and is automatically made to navigate to a specific URL when an email is selected (lets say https://www.google.com ). Whilst the navigation is going on, when clicking through emails, it slows down the actual performance of Outlook and outlook waits for the page to load. Is there a way I could carry out this navigation in the background without actually affecting the performance of Outlook when clicking through various emails? Thanks. Update: AddIn Startup Code: Private Sub ThisAddIn_Startup() Handles Me.Startup myUserControl1 = New