Hey :)
Im a noob coder, not gonna hide it, but we're all noobs at some point right? :)
Anyway... To you the program that i am making may seem wierd, but i didn't come here for your opinions on that...
I came here for your help :)
My problem is as follows:
I have watched a few tutorials about setting info in textboxes online, and retrieving info...
But how do i get the info i want, when the "element" is nameless, and idless?
The site im trying to get info from is: http://vidstatsx.com/PewDiePie/videos-most-recent
Im trying to retrieve the number of videos uploaded.
If anyone could provide me with the code i need to get that number, and an explanation for every line of code (so that i actually learn it, not just copy), i would be very happy :) Thanks in advance
Im a noob coder, not gonna hide it, but we're all noobs at some point right? :)
Anyway... To you the program that i am making may seem wierd, but i didn't come here for your opinions on that...
I came here for your help :)
My problem is as follows:
I have watched a few tutorials about setting info in textboxes online, and retrieving info...
Code:
WebBrowser1.Document.GetElementById("[NAME OF ELEMENT]").GetAttr...
The site im trying to get info from is: http://vidstatsx.com/PewDiePie/videos-most-recent
Im trying to retrieve the number of videos uploaded.
If anyone could provide me with the code i need to get that number, and an explanation for every line of code (so that i actually learn it, not just copy), i would be very happy :) Thanks in advance