Can someone help me to understand the differences between the event-delegate mechanism in class definition in Visual Basic and Visual C++?Or better...exist a event-delegate mechanism in Visual C++? defining a class in visual c don't require an events definition, but in Visual basic 6.0 the .cls creation module gives possibility to create method,properties but also events called by RaiseEvent...so what the difference from Visual C++ and Visual basic?