GetElementById

Nueralnix

New member
Joined
Dec 21, 2009
Messages
1
Programming Experience
Beginner
Hello. First time. Hopefully this we will be a productive thread. Just started learning vb.net

I am in search of information for knowing how to retrieve elements by their ID or Name. What I am trying to code is a simple program that I can use to load a web page, hover over an object, and have said ID or element information displayed in a textbox/textboxes.

I have already developed a basic web browser, but don't know the proper terms or control methods to go about searching for what I need to learn.

So far what I have is WebBrowser1.Document.GetElementById But don't know how to go about using said code for a MouseHover event... Or if I am even going about this the right way.

Essentially I want to code a little tool that does this:

classy:web - id and class extractor

Any one care to shed some light?
 
Back
Top