dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.

Home Page:http://dennismagno.github.io/metroframework-modern-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recompile the library as comvisible=true

micfio opened this issue · comments

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.