Copy the WebBrowser Control’s Text into Windows Clipboard May 19, 2017 The WebBrowser control’s document object gives us the ExecCommand method that takes in dom commands such as ‘SelectAll’, and ‘Copy’ which can copy the text for you. You need to