Abaillie Posted May 19, 2003 Posted May 19, 2003 In VB 6 user controls could be compiled as OCX files. I need to create a VB.NET ocx but it seems to compile it as a DLL. Can anyone help? Quote
*Gurus* divil Posted May 19, 2003 *Gurus* Posted May 19, 2003 You cannot create ActiveX controls with vb.net. You can create windows forms control libraries, and they will always compile to dll files. With a lot of work you can get a windows forms control exposed as an ActiveX control, but I don't know of anyone getting one to work property on a VB6 form. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Abaillie Posted May 19, 2003 Author Posted May 19, 2003 Thanks for that. It saves me alot of wasted time trying Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.