Hi all.
Can someone please point me to a simple tutorial or sample on how to use the WebBrowser control (or more specifically, how to work with the Document it returns)?
I've been searching TheScripts and the rest of the internet, and the MSDN Library, and can't seem to find anything useful (though did find lots which wasn't). I even tried (briefly) reading up on the Document Object Model at Wikipedia and W3C, but haven't understood very much as yet.
All I want is the basics on how to work with it in my code. I can use Navigate to go to an address, but have no idea how to do anything with the page that is returned. For example, how do I access (or simulate the user clicking on) a link? I can't even find the links - the brief examples given in the MSDN Library simply don't work.
If I can just get a foot in the door, I'm sure I can take it from there.
Can someone please point me to a simple tutorial or sample on how to use the WebBrowser control (or more specifically, how to work with the Document it returns)?
I've been searching TheScripts and the rest of the internet, and the MSDN Library, and can't seem to find anything useful (though did find lots which wasn't). I even tried (briefly) reading up on the Document Object Model at Wikipedia and W3C, but haven't understood very much as yet.
All I want is the basics on how to work with it in my code. I can use Navigate to go to an address, but have no idea how to do anything with the page that is returned. For example, how do I access (or simulate the user clicking on) a link? I can't even find the links - the brief examples given in the MSDN Library simply don't work.
If I can just get a foot in the door, I'm sure I can take it from there.
Comment