dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

Recompile the library as comvisible=true #108

Open micfio opened 4 years ago

micfio commented 4 years ago

Hello, for my experiment I try to recompile the library in order to use with the old vb6. I set comvisible=true in assembliconfig an compile with flag register for com interop.Then regasm - codebase - tlb "result.dll" and reference it as tlb in vb6. It seems that work, in fact I successfully show a form, but if I scroll the library with object browser the event not showing. Can you help with my experiments? Thank in advance.