![]() |
|
|
|||||||
![]() |
MCSD - Active X dll document in visual basic 6.0 |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
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.... Jawad Rehman |
|
|
|
|
#2 |
|
Posts: n/a
|
Sept. 3, 2006
Hey Jawad... Honestly, I don't use VB 6.0 (pre-.net) components, and so can't give an answer myself... but I would encourage you to post this to the VB 6.0 newsgroup (lots of people there give answers), as I think you'll get a bigger response there... The name of the newsgroup is: microsoft.public.vb.general.discussion Hope this helps and good luck! -- Joseph Bittman Microsoft Certified Solution Developer Microsoft Most Valuable Professional -- DPM Web Site/Blog: http://CactiDevelopers.ResDev.Net/ "Jawad Rehman" <> wrote in message news: oups.com... > 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.... > Joseph Bittman MVP MCSD |
|
|
|
#3 |
|
Posts: n/a
|
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" <> wrote in message news: oups.com... > 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.... > Blackmetal |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| both C# and Visual Basic | lelibus | MCTS | 4 | 01-18-2008 09:40 AM |
| IIS seetings for impersonation with basic authenticaion and Anonymous access | sitaramig | Software | 0 | 06-03-2007 07:48 AM |
| Press Release - Visual CertExam Suite Makes It Easy to Create and Take Professional Practice Tests | David Johnson | A+ Certification | 0 | 10-19-2004 05:03 PM |
| Visual CertExam Suite: A New Test Engine for IT Certification | David Johnson | A+ Certification | 0 | 07-13-2004 02:46 PM |
| Visual Basic? | Kenny | A+ Certification | 3 | 09-05-2003 04:50 PM |