Y
Yoavo
Hi,
Is there an equivalent code for "WithEvents" (of VB6) in CSharp ?
Yoav.
Is there an equivalent code for "WithEvents" (of VB6) in CSharp ?
Yoav.
when "MyAppEvents" is a class which inherits from an event interface.
This worked when the client (c# program) was inproc. (written as a DLL).
but it did not work when the client program was out-of-proc (written as
EXE).
Is there a problem of using UCOMIConnectionPoint out-of-proc ?
There is no WithEvents in C#; But you can add eventhandler to an event.Yoavo said:Hi,
Is there an equivalent code for "WithEvents" (of VB6) in CSharp ?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.