VB.NET Tutorial 39 - Web Page Source Code (Visual Basic 2008/2010)
Uploader Comments (TeachMeComputer)
All Comments (44)
-
How to handle errors? Catch ex wont work.
Variable 'response' is used before it has been assigned a value. A null reference exception could result at runtime.
-
TeachMeComputer:
would you say writing source code is a difficult thing to do at first or is it overall just a difficult task?
-
im the 1 Percent :)
-
hey can u make a hack for me email me if you can
my email is :
devil_98@live.com
-
As usual a great tutrial. How would asimilar code look like in VBA?
-
Thanks Mate... ;)
-
how i can to conect a one data base of sql server with visual basic
-
Does it work on games too or not? If yes, can u tell me the code... or how Thanks.
Oh, and Can u make a video of like all the codes mean, and the buttons.. Thank You.
By the wayy, ur video is coollll.
@swehunter2000 You can't run a web browser in a different thread so it is going to put a lot of strain on your application and take up a lot of space. Say you want to parse 5 web pages at the same time, that's 5 web browsers.
TeachMeComputer 2 years ago
oooor.. "richtexbox1.text = webbrowser1.documenttext"
swehunter2000 2 years ago
Using a webbrowser when you are parsing information is a bad idea. It's very unprofessional and will add a lot of strain to your application.
TeachMeComputer 2 years ago