how to create an activex control in vb.net

  • Thread starter Thread starter Patrik
  • Start date Start date
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.
 
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>
 
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
 
Back
Top