JuanBarron
- 11
- 0
How do I call a website(by user input) so I can make a query in visual basic
This discussion focuses on how to call a website and make a query using Visual Basic. Users are directed to utilize resources found through Google searches, specifically mentioning the article on VBForums that provides guidance on extracting data from web pages. The conversation emphasizes the importance of understanding HTTP requests and the use of libraries such as WebClient or HttpClient in Visual Basic for effective web interaction.
PREREQUISITESVisual Basic developers, software engineers working with web data, and anyone interested in automating web queries through programming.