|
-
Jun 5th, 2004, 06:11 AM
#1
Thread Starter
Addicted Member
MS Internet Controls
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
-
Jun 5th, 2004, 06:26 AM
#2
Thread Starter
Addicted Member
can you even use this control to modify webpages like the dhtml control does?
-
Jun 5th, 2004, 07:58 AM
#3
Fanatic Member
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
Author for Visual Basic Web Magazine
-
Jun 6th, 2004, 11:57 AM
#4
Thread Starter
Addicted Member
Hi,
has anyone got a live demo of using this. i have tried but no luck 
Any help will be great
tnx Adz
-
Jun 6th, 2004, 01:07 PM
#5
Thread Starter
Addicted Member
Does the MS Internet control support the check box, and pick list function?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|