|
-
Nov 26th, 2002, 11:42 PM
#1
Thread Starter
Lively Member
Web Browser Control?
Greetings,
I was wondering how i would get the same effect in VB.NET as the web browser control in VB6?
Essentially what i want to do is:
Have a "text box" (or web browser control) to display a html page that is located locally...
Any help would be greatly appreciated 
Thanks
-
Nov 27th, 2002, 01:26 AM
#2
PowerPoster
Your stuck using the same old COM component as you did in VB6. They didn't include a .Net version yet. You can get it by right-clicking in your toolbox, and selecting Customize Toolbox...
On the COM tab, you will find it. Check the box next to it, and it will be added to your toolbox.
-
Nov 27th, 2002, 01:33 AM
#3
Thread Starter
Lively Member
thanks for the info 
However, i get this error when i add the web browser:
An unhandled exception of type 'System.ExecutionEngineException' occurred in mscorlib.dll
Any ideas?
Thanks
-
Jan 30th, 2004, 11:18 AM
#4
Frenzied Member
i can't seem to find the control. I had to browse to that dll but it didn't add anything to my toolbox. Is it supposed to? I was expecting some kind of interface to place IN the form and it displays the internet explorer. Is this not what it does?
-
Jan 30th, 2004, 11:30 AM
#5
you dont need to browse to it thephantom, if you right-click your toolbox , click customize, in the box that opens , scroll down the list till you see Microsoft Internet Control , thats what you need to get webbrowser for your forms.
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Jan 30th, 2004, 11:52 AM
#6
Frenzied Member
hmm. I did that and all i found was a microsoft internet TRANSFER control. it simply places a button-like control on the forms. Not the same, huh? where at on microsoft's web-site can we all download the common and not-so-common controls?
-
Jan 30th, 2004, 01:13 PM
#7
if you use InternetExplorer , you must have the microsoft webbrowser control in the list here's a screenshot of where it usually is ....
~
if a post is resolved, please mark it as [Resolved]
protected string get_Signature(){return Censored;}
[vbcode][php] please use code tags when posting any code [/php][/vbcode]
-
Jan 31st, 2004, 09:05 PM
#8
Frenzied Member
yeahhhhh. that works!! thanks!
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
|