|
-
Jan 9th, 2001, 02:16 AM
#1
Thread Starter
Frenzied Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|