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
Printable View
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
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.