3This will show you all the tabs you have open. To close one tab or to select which tabs to close, touch the X in the top right corner of each tab you wish to close. 4To close all the tabs, tapMoreon the top right (this may be represented bythree dots) ...
//www.amazon.com") End Sub Private Sub Button9_Click(sender As Object, e As EventArgs) Handles Button9.Click Dim allProcesses() As Process = System.Diagnostics.Process.GetProcessesByName("Iexplorer") For Each xProcess As Process In allProcesses If xProcess.MainWindowTitle.Contains("Amazon")...