Click to See Complete Forum and Search --> : VB .NET - Web Browser Control


alcOrtholite
October 29th, 2002, 05:32 AM
Hello all,

I am trying to add a Web Browser control to a form in VS .NET, but I cannot seem to find the correct component to do this. Basically in a similar way to VB6 all I would like is a Web Browser on a form or active X control. No more No less! I don't want a web form or a html page or a custom web control, just a simple browser.

Please can anyone help! I am going out of my mind trying to figure it out!

Best regards

Alan C

KristianH
October 29th, 2002, 09:13 AM
Hi there.

How about the "Microsoft Web Browser" ActiveX Control?

alcOrtholite
October 29th, 2002, 02:33 PM
Active X web Browser. This may seem like a real moron question but how do I add this component or reference to my project? Where is it located? Is it definitely available for .NET?

Sorry, but today is a really slow day!

Regards

AlanC

Athley
October 30th, 2002, 01:00 AM
It's a COM component, so its still available for .NET even if Microsofts is speaking for the avoidance of COM in .NET.

Rightclick your component toolbox, choose "customize toolbox" and you'll find it under the "COM coponents" tab.

/Leyan