how to create an activex control in vb.net

P

Patrik

does anyone know how to create an activex control in VB.NET.
Note, this ActiveX Control developed in VB.NET will then be used in VB6.
 
C

CT

Patrick,

You cannot create unmanaged code such as an ActiveX control in VB .NET, I'm
afraid.
 
H

Herfried K. Wagner [MVP]

Patrik said:
does anyone know how to create an activex control in VB.NET.
Note, this ActiveX Control developed in VB.NET will then be used in VB6.

You can use VB.NET to create controls that can be used in MFC and Internet
Explorer, however, VB6 as host environment ist not supported:

ActiveX control containers that support .NET controls
<URL:http://support.microsoft.com/?scid=kb;EN-US;311334>
 
A

Atul

Unfortunately, you cannot create activex controls using vb.net, only vb6

----------------
-Atul, Sky Software http://www.ssware.com
Shell MegaPack For .Net & ActiveX
Windows Explorer GUI Controls
&
Quick-Launch Like Appbars, MSN/Office2003 Style Popups,
System Tray Icons and Shortcuts/Internet Shortcuts
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top