getelementsbytagname

  1. A

    Question Need Help With A Program Using Search In A Site

    I want to make a program that i specify the ip and ports and when i search i get the results back, from this site: http://www.ipfingerprints.com/ The code for the button is: Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click Try...
  2. N

    Question post to a web form in Internet explorer

    I am trying to programmatically post to a textbox on a web form in IE - I have tried sendkeys - but I dont find them reliable or consistent - The code below is perfect - but only seems to work in a webbrowser control. How do I (click a button/select a radiobutton) send 'hello world' to a...
Back
Top