Hey guys great forum.
I just started learning Visual Basic so I am back to this place to see if I can get help from your amazing brains and maybe one day I'll be able to help others here.
My questions is this one:
I created a program in VB where I enter the information of a business and it stores all that in a database (Address, Telephone, ZIP, etc...). I use textBoxes to enter the Info and I copy & paste from a website where they have all that info. I find it really complicated to copy and paste and I would like to automatically grab the text from that website and put it into my textBoxes (Address, Telephone, ZIP, etc..)
I know it can be accomplished using the GetElementById but that website doesn't have any "Ids" so how can I grab the text I need and put it into my textboxes automatically?
Thank for your help.
I just started learning Visual Basic so I am back to this place to see if I can get help from your amazing brains and maybe one day I'll be able to help others here.
My questions is this one:
I created a program in VB where I enter the information of a business and it stores all that in a database (Address, Telephone, ZIP, etc...). I use textBoxes to enter the Info and I copy & paste from a website where they have all that info. I find it really complicated to copy and paste and I would like to automatically grab the text from that website and put it into my textBoxes (Address, Telephone, ZIP, etc..)
I know it can be accomplished using the GetElementById but that website doesn't have any "Ids" so how can I grab the text I need and put it into my textboxes automatically?
Thank for your help.