Re: How to use VB2005 .dll Class Library in VB6 ?s
- From: "Turtle" <macdermott@xxxxxxxxxxx>
- Date: Sun, 21 Jan 2007 18:16:27 -0500
You're actually there.
Intellisense won't pick up your public methods & members without some more
attributes in the .NET side.
But just code calls to them anyhow, and it should work fine.
It does for me!
- Turtle
"JerryWEC" <JerryWEC@xxxxxxxxxxxxxxxxx> wrote in message
news:OL8U9x$OHHA.3544@xxxxxxxxxxxxxxxxxxxxxxx
Hi everyone!
I'm trying to use my CLA_Logging.dll (VB.net 2005) in VB6. I have used
the
following to create a type library...
tlbexp cla_logging.dll /nologo /silent /verbose
tlbexp cla_logging.dll /nologo /verbose
Both times the cla_logging.tlb file was created. (only 2k in size ???)
I have also tryed to do a regsvr32 cla_logging.tlb and this did not work.
So
I tryed the reg assembly tool...
regasm cla_logging /tlb:cla_logging.tlb
This to looks like it worked. However, when I reference the
cla_logging.tlb
in VB6 the cla_logging object shows up in the object browser but I don't
see
any of the public properties or methods of my class library.
What do I need to do to get this to work? Help!!!
TIA! JerryM
.
- References:
- How to use VB2005 .dll Class Library in VB6 ?s
- From: JerryWEC
- How to use VB2005 .dll Class Library in VB6 ?s
- Prev by Date: Trying to Display a non-modal VB6 Form of an AcitveX DLL in C#
- Next by Date: RE: How to use VB2005 .dll Class Library in VB6 ?s
- Previous by thread: How to use VB2005 .dll Class Library in VB6 ?s
- Next by thread: RE: How to use VB2005 .dll Class Library in VB6 ?s
- Index(es):
Relevant Pages
|