• 0

Webbrowser Control Finally!


Question

LOL

Finally after how many years of waiting on this crap I can finally drop back into Visual Basic .NET the Webbrowser Control. They added to back into visual stuidio and its so easy to use! :D

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

:/ Yeah, but it's just a wrapper around the IE control. Dunno if you'd really want to use that POS in your applications for non-local page viewing (I certainly wouldn't want to treat users to a security breach).

Link to comment
Share on other sites

  • 0

What do you mean, I have used the Web Browser control in VB.NET and C#.NET lots of times.

Link to comment
Share on other sites

  • 0
What do you mean, I have used the Web Browser control in VB.NET and C#.NET lots of times.

Yeah, but you had to import the COM control. That's no longer necessary.

Link to comment
Share on other sites

  • 0
Yeah, but you had to import the COM control. That's no longer necessary.

Does the new control use the COM component, or was it built from the ground up?

Link to comment
Share on other sites

  • 0
I am reading this thread from a browser I created with this control in less than 10 minutes.

VS2005 rocks

Share!!! :D

Link to comment
Share on other sites

  • 0

According to MSDN Mag, it's a "managed wrapper around the Internet Explorer control." So basically the same as it's always been, except you don't have to deal with the COM interop yourself. And it's probably been somewhat modified and fixed up as well (with a little luck, maybe they even fixed the event firing problems that were around in .NET 1.0 and 1.1).

Link to comment
Share on other sites

  • 0
According to MSDN Mag, it's a "managed wrapper around the Internet Explorer control." So basically the same as it's always been, except you don't have to deal with the COM interop yourself. And it's probably been somewhat modified and fixed up as well (with a little luck, maybe they even fixed the event firing problems that were around in .NET 1.0 and 1.1).

You got a link to that? I wouldn't mind reading it :)

Link to comment
Share on other sites

  • 0
You got a link to that? I wouldn't mind reading it :)

Well, there's nothing to read beyond what I wrote in my earlier post. *L* It was just a brief blurb about some of the new controls in SWF 2.0. That was the only mention about that particular control.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.