|
-
Apr 26th, 2002, 09:34 PM
#1
Thread Starter
PowerPoster
-
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....
-
Apr 26th, 2002, 11:03 PM
#3
Here I had this it is an example of sharing the same instance of an activeX exe with multiple applications, but it also uses callbacks for events. Remember to register (or run once) the ActiveX exe before you try the Test exe. Of course the source is all there too.
-
Apr 26th, 2002, 11:27 PM
#4
Thread Starter
PowerPoster
Thanks Edneeis i'll check those out
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

-
May 9th, 2002, 07:15 PM
#5
Thread Starter
PowerPoster
-
May 10th, 2002, 04:10 AM
#6
Hyperactive Member
This will teach you how to do it. Beware, its highly technical:
http://www.visualbasicforum.com/show...threadid=26521
Here is another method - less teaching more framwork bare bones code:
http://www.visualbasicforum.com/show...threadid=26152
-
May 11th, 2002, 12:37 AM
#7
Thread Starter
PowerPoster
Cool thaks alot Chief. i'll check it out
-We have enough youth. How about a fountain of "Smart"?
-If you can read this, thank a teacher....and since it's in English, thank a soldier.

-
May 11th, 2002, 04:07 AM
#8
That COM Interface plugin tutorial Rocks the Hzouse!
-
May 11th, 2002, 06:12 AM
#9
Hyperactive Member
Written by an extremely knowledgeable friend over at www.visualbasicforum.com, it does indeed "rock the house". I especially like the demonstration of true event handling.
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
|