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....