softwareguy74
Jan 9th, 2001, 01:16 AM
Hi,
I'm developing a dll in C++ and just thought about something.. In Visual Basic, you can create objects that raise events in the client app that instantiated the object.
In Visual Basic, the object raises the event by:
RaiseEvent EventName
But in C++, how do you define an event and then raise it in the client using the object?
Any help would be appreciated..
Dan
I'm developing a dll in C++ and just thought about something.. In Visual Basic, you can create objects that raise events in the client app that instantiated the object.
In Visual Basic, the object raises the event by:
RaiseEvent EventName
But in C++, how do you define an event and then raise it in the client using the object?
Any help would be appreciated..
Dan