Home All Groups Group Topic Archive Search About

Use ActiveX DLL in VB.net

Author
9 May 2005 5:57 PM
Wyne
Hi,

I just made an ACtiveX DLL using VB6 and packed it. Then I sent the Setup
Package to a customer he is using VB.Net to make program. But he said he can
not get it running.

I wonder the ActiveX DLL made of VB6 can be referenced by VB.Net?

Thanks

Author
9 May 2005 6:13 PM
Mike D Sutton
> I just made an ACtiveX DLL using VB6 and packed it. Then I sent the Setup
> Package to a customer he is using VB.Net to make program. But he said he can
> not get it running.
>
> I wonder the ActiveX DLL made of VB6 can be referenced by VB.Net?

You'll likely need to follow this up on a .NET group, try the ones listed here:
Http://EDais.mvps.org/DotNet/
Hope this helps,

    Mike


- Microsoft Visual Basic MVP -
E-Mail: ED***@mvps.org
WWW: Http://EDais.mvps.org/
Author
9 May 2005 8:30 PM
Casey Provance
The news.devx.com server seems to be non existant.

- Kev


Show quoteHide quote
"Mike D Sutton" <ED***@mvps.org> wrote in message
news:efCoALMVFHA.584@TK2MSFTNGP15.phx.gbl...
>> I just made an ACtiveX DLL using VB6 and packed it. Then I sent the Setup
>> Package to a customer he is using VB.Net to make program. But he said he
>> can
>> not get it running.
>>
>> I wonder the ActiveX DLL made of VB6 can be referenced by VB.Net?
>
> You'll likely need to follow this up on a .NET group, try the ones listed
> here:
> Http://EDais.mvps.org/DotNet/
> Hope this helps,
>
>    Mike
>
>
> - Microsoft Visual Basic MVP -
> E-Mail: ED***@mvps.org
> WWW: Http://EDais.mvps.org/
>
>
Author
9 May 2005 8:39 PM
Mike D Sutton
> The news.devx.com server seems to be non existant.

You can still find their groups on their site accessible via a web-browser IIRC, unfortunately for some reason they
decided to take the news server offline a while back though :(
Hope this helps,

    Mike


- Microsoft Visual Basic MVP -
E-Mail: ED***@mvps.org
WWW: Http://EDais.mvps.org/
Author
10 May 2005 5:09 PM
Paul Clement
On Mon, 9 May 2005 16:30:40 -0400, "Casey Provance" <ca***@tpasoft.com> wrote:

¤ The news.devx.com server seems to be non existant.
¤

They use web based newsgroups now (http://forums.devx.com/).


Paul
~~~~
Microsoft MVP (Visual Basic)
Author
10 May 2005 5:13 PM
Paul Clement
On Mon, 9 May 2005 10:57:20 -0700, "Wyne" <W***@discussions.microsoft.com> wrote:

¤ Hi,
¤
¤ I just made an ACtiveX DLL using VB6 and packed it. Then I sent the Setup
¤ Package to a customer he is using VB.Net to make program. But he said he can
¤ not get it running.
¤
¤ I wonder the ActiveX DLL made of VB6 can be referenced by VB.Net?

Yes it can, but it might help if you indicated what type of problems he is having (errors?)


Paul
~~~~
Microsoft MVP (Visual Basic)
Author
12 May 2005 8:14 PM
Dick Grier
Hi,

Sure, it should be usable.  It may be added as a Reference (using the COM
objects tab, and browsing to the file location), and then simply called.
What error is being seen?

Dick

--
Richard Grier  (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2  (391 pages) published July 2004.  See
www.mabry.com/vbpgser4 to order.