|
-
May 10th, 2007, 12:26 PM
#1
Thread Starter
Junior Member
[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
-
May 10th, 2007, 12:41 PM
#2
Frenzied Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|