[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.interop

COM Event not displayed in Vb 6.0 Object browser

bernhard stahl

5/31/2007 6:40:00 AM

I want to develop a com wrapper in c# and use it in a vb 6.0 application. All
works fine. Now the com component throws an event for logging messages. But
the c# compiler add only two methods add_loggingevent and
remove_loggingevent.
My code is the same way as on the web site
http://www.15seconds.com/issue/...
but I never the event in the object browser.
I'm developing with VS2005, .Net Framework 2.0.

Could somebody help me? Thanks.