Hi, can anyone explain or have any examples i can view of using the MS Internet Controls to modify the web pages, i am currently using DHTML but i hear that the MS Internet Control can do it alot better.
Any Help will be Great
Tnx Adz
Printable View
Hi, can anyone explain or have any examples i can view of using the MS Internet Controls to modify the web pages, i am currently using DHTML but i hear that the MS Internet Control can do it alot better.
Any Help will be Great
Tnx Adz
can you even use this control to modify webpages like the dhtml control does?
Oh yes, you can. :) The MS Internet Controls are also used in Internet Explorer to display pages, so you can actually edit pages within IE if you like to...
Anyway, there's a lot of info on MSDN on how to use it. Try this page for example, I usually find a lot of useful info there.
To get you started, you can use this code to get into designMode:
VB Code:
WebBrowser1.Document.designMode = "on" 'or "off", of course
Hi,
has anyone got a live demo of using this. i have tried but no luck :(
Any help will be great
tnx Adz
Does the MS Internet control support the check box, and pick list function?