Board index » Visual Studio » Use ActiveX DLL in VB.net

Use ActiveX DLL in VB.net

Visual Studio212
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


-
 

Re:Use ActiveX DLL in VB.net

Quote
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:

EDais.mvps.org/DotNet/

Hope this helps,



Mike





- Microsoft Visual Basic MVP -

E-Mail: EDais@mvps.org

WWW: EDais.mvps.org/





-

Re:Use ActiveX DLL in VB.net

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



- Kev





"Mike D Sutton" <EDais@mvps.org>wrote in message

Quote
>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:

EDais.mvps.org/DotNet/

Hope this helps,



Mike





- Microsoft Visual Basic MVP -

E-Mail: EDais@mvps.org

WWW: EDais.mvps.org/









-

Re:Use ActiveX DLL in VB.net

Quote
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: EDais@mvps.org

WWW: EDais.mvps.org/





-

Re:Use ActiveX DLL in VB.net

On Mon, 9 May 2005 16:30:40 -0400, "Casey Provance" <casey@tpasoft.com>wrote:



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

¤



They use web based newsgroups now (forums.devx.com/).">forums.devx.com/).





Paul

~~~~

Microsoft MVP (Visual Basic)

-

Re:Use ActiveX DLL in VB.net

On Mon, 9 May 2005 10:57:20 -0700, "Wyne" <Wyne@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)

-

Re:Use ActiveX DLL in VB.net

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.





-