Hi,
I've got an application written in PB 10.5 using the Kodigo framework. I would like to migrate it to the latest version of PB, but part of the project includes a COM component which I can't migrate because support for COM components has been dropped. The COM component includes a NVO which (among other things) opens an input window which is also used elsewhere in the application. The COM component is called from a VB.Net Word Addin. What are my options for updating this component to the latest version? Do I need to create a .Net Component? Is there a way to migrate a COM component to .Net?
Thanks.