|
-
Mar 21st, 2002, 01:48 PM
#1
Webbrowser or equivlent in .Net
I am not sure, but I was told using old controls that we used in VB6 is not a good thing to do if you want a great .Net app.
So what I am looking for is something like the webbrowser control that is for .Net. Anyone know if the above is true, or if there is an alternative?
-
Mar 21st, 2002, 02:36 PM
#2
No I am pretty sure there is no .NET WebBrowser component as of yet..Possibly with a future release of IE..assuming they decide to re-write it. But dont hold your breath
-
Mar 21st, 2002, 02:49 PM
#3
Black Cat
Can't you just use the same IE COM components?
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Mar 21st, 2002, 03:12 PM
#4
you can..you just want to generally avoid com components in .net as the wrapper it creates to use the com gives alot of overhead. This is a case where you really dont have a choice.
-
Mar 21st, 2002, 03:40 PM
#5
Thanks for your inputs guys, I appreciate them.
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
|