Board index » Visual Studio » Use ActiveX DLL in VB.net
|
alexmaster2004
|
|
alexmaster2004
|
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 - |
| Mike
Registered User |
Mon May 09 13:13:08 CDT 2005
Re:Use ActiveX DLL in VB.netQuoteI just made an ACtiveX DLL using VB6 and packed it. Then I sent the Setup EDais.mvps.org/DotNet/ Hope this helps, Mike - Microsoft Visual Basic MVP - E-Mail: EDais@mvps.org WWW: EDais.mvps.org/ - |
| Casey
Registered User |
Mon May 09 15:30:40 CDT 2005
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 - |
| Mike
Registered User |
Mon May 09 15:39:32 CDT 2005
Re:Use ActiveX DLL in VB.netQuoteThe news.devx.com server seems to be non existant. 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/ - |
| Paul
Registered User |
Tue May 10 12:09:45 CDT 2005
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) - |
| Paul
Registered User |
Tue May 10 12:13:10 CDT 2005
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) - |
| Dick
Registered User |
Thu May 12 15:14:39 CDT 2005
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. - |
