|
-
Apr 26th, 2002, 10:40 PM
#2
The best example is the Coffee project on the MSDN discs.
Here are some good links also though:
http://www.vbforums.com/showthread.p...lbacks+example
Actually that was the best one. Really though nothing beats that Coffee example.
The problem is that callbacks aren't really needed that often, they are basically a why to provide and/or share events from an object that can not direct support events. Maybe because you have to declare it in a standard module, or a new instance can not be created, or something along that line. So I can do up a little sample of just how to do callbacks but it wouldn't appear very useful without a scenerio that needed it.
I'll try anyway though....
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
|