CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2002
    Posts
    55

    Question VB .NET - Web Browser Control

    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

  2. #2
    Join Date
    May 2002
    Location
    Växjö, Sweden
    Posts
    15
    Hi there.

    How about the "Microsoft Web Browser" ActiveX Control?

  3. #3
    Join Date
    May 2002
    Posts
    55

    Thanks

    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

  4. #4
    Join Date
    Oct 2002
    Location
    Växjö, Sweden
    Posts
    225
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured