Re: Passing Objects from Excel VBA collection to a VB6 DLL
Hi Peter,
As you suggested, I tried both ways; direct and with Property. It
didn't make a difference. It continues to work either way. I am not
sure why it is now working.
Now that I know that this is possible and that I have a proof of
concept to work from, I will go back to my original to see what the
problem is. If I am able to find out, I'll post the resolution here.
I agree about not asking the user to register the dll, it was just for
testing purposes to remind me.
Thanks for your help with this post, I really appreciate it.
Dan
.
Relevant Pages
- RE: Registering a custom DLL after deployment - advice?
... Register property to vsdraCOM - and leave the output as content ... I added the dll and the tlb and set the build action to ... publishing and invoke the .bat file. ... The custom dll is for the Access ADP. ... (microsoft.public.dotnet.languages.csharp) - Re: Self registering a COM dll in a VS2003 Windows setup project...
... Most of the Register settings extract the settings at build time and put the ... at install time. ... code in that DLL is doing something that isn't being put into the MSI file. ... I have not been able to make a customized Redemption dll ... (microsoft.public.dotnet.framework.setup) - Re: IMailRuleClient wont work!!!
... Does your DLL properly export DllRegisterServer and DllGetClassObject? ... > So i have tested manually register the COM. ... (microsoft.public.pocketpc.developer) - RE: COM Addin dll and HKEY_LOCAL_MACHINE
... registry for HKEY_LOCAL_MACHINE (HKLM). ... associate the designer objects with HKLM and compile the DLL so that it would ... Outlook ] ... > designer to register in HKEY_CURRENT_USER. ... (microsoft.public.vb.com) - Re: Register DLL Question
... Delphi can create EXE's with minimum dependency, like C++, but VB's syntax ... do I good to go not to register the DLL/OCX? ... The ".local" trick will load the alternative DLL, ... (microsoft.public.vb.enterprise) |
|