Blackmetal Guest
|
Posted: Thu Sep 14, 2006 2:04 am Post subject: Re: Active X dll document in visual basic 6.0 |
|
|
Hi,
In order to use the new DLL, in the new project, you can do it in two ways:
1. In the new project, add a New Project to the group and open the project
that contains your DLL, Or
2. In the VB Menu, goto Project->References and look for your DLL in the
list of possible ActiveX servers and mark the check box to add a reference
to your new project.
But before that, make sure that your DLL project is Instantiable and it is
registered (using RegSvr32)
Hope this helps
"Jawad Rehman" <jawadsmail@gmail.com> wrote in message
news:1157200986.311262.275480@p79g2000cwp.googlegroups.com...
| Quote: | Hi
I have Created Active X dll document in Visual Basic which
consists of some interface elements.ie Button and Textbox etc.
and then create actual Dll of the document.through Command
file->create Project DLL..
now i want that to include this dll file in another Project
exe file .and use the dll interface .
help me how it is possible....
|
|
|