Results 1 to 2 of 2

Thread: [2005] Help with DLL

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2007
    Posts
    24

    Question [2005] Help with DLL

    Hi all

    i hav added a dll file in my project. The dll file contains a webbrowser.

    after adding (Add Reference ) the dll, i want to access the webbrowser in the dll, in my project.

    i just dont know how do i do it ???

    please help

  2. #2
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,521

    Re: [2005] Help with DLL

    Well no one here is going to be able to help you directly because no one knows what dll you are using.

    Is this web browser a custom control that you are planning on adding to your own form? Or are you expecting this to open on it's own form when you are using it?

    If it is a custom control then
    right click on the Tool Box
    select "Choose Item" from the menu.
    Click Browse
    Navigate to the dll
    Click open The control should be added to the listbox and checked.
    Click Ok.

    The control will display in your toolbox.

    If it's apart of a class that you are going to call, then you will have to know the class structure to know what to call to display the web browser. You can view the structure of the dll by using the Object Browser. Note I don't think the Object Browser is available in the Express version of Visual Studio.

    Hope this helps.
    Visual Studio Team Edition 2005
    GDI+ Links: Bob Powell VB.Net Heaven
    API Links: All API Pinvoke.Net
    VB6 to VB.Net: Visual Basic 6 to .NET Function Equivalents (Thread)

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