Click here to Skip to main content
15,913,722 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Internet Cafe Pin
Anonymous11-Apr-04 12:16
Anonymous11-Apr-04 12:16 
GeneralRe: Internet Cafe Pin
has1sir11-Apr-04 12:19
has1sir11-Apr-04 12:19 
GeneralRe: Internet Cafe Pin
Daniel Turini12-Apr-04 10:00
Daniel Turini12-Apr-04 10:00 
GeneralRe: Internet Cafe Pin
Anonymous13-Apr-04 1:11
Anonymous13-Apr-04 1:11 
GeneralWindow Focus Pin
wegmaster10-Apr-04 14:55
wegmaster10-Apr-04 14:55 
GeneralCalling a callback address Pin
Ray Cassick10-Apr-04 9:55
Ray Cassick10-Apr-04 9:55 
GeneralRe: Calling a callback address Pin
Nick Parker10-Apr-04 11:07
protectorNick Parker10-Apr-04 11:07 
GeneralRe: Calling a callback address Pin
Ray Cassick11-Apr-04 6:30
Ray Cassick11-Apr-04 6:30 
I looked over delegates but it seemed to me that they were for cases where you already new the type of the object ahead of time. In my case I might not know the type ahead of time. The entire purpose of this is to have plug-in type objects register some functions with my event arbiter object so that when the event arbiter gets an event it can decide to pass the event on to the plug-in that has registered to get that event.

All I was really looking for was a way for the plug in to give the event arbiter the address of one of it's methods so it could be called. I have the subscription part worked out in my head but I can't figure out how to get the event arbiter to actually use the address that the plug-in gave it during registration.

I might end up rethinking this a bit and maybe using reflection to do a InvokeMember instead.


Paul Watson wrote:
"At the end of the day it is what you produce that counts, not how many doctorates you have on the wall."
George Carlin wrote:
"Don't sweat the petty things, and don't pet the sweaty things."
Jörgen Sigvardsson wrote:
If the physicists find a universal theory describing the laws of universe, I'm sure the a**hole constant will be an integral part of that theory.


GeneralRe: Calling a callback address Pin
Nick Parker11-Apr-04 7:57
protectorNick Parker11-Apr-04 7:57 
GeneralRe: Calling a callback address Pin
Ray Cassick11-Apr-04 8:09
Ray Cassick11-Apr-04 8:09 
GeneralRe: Calling a callback address Pin
Nick Parker11-Apr-04 8:26
protectorNick Parker11-Apr-04 8:26 
GeneralRe: Calling a callback address Pin
Ray Cassick11-Apr-04 8:30
Ray Cassick11-Apr-04 8:30 
GeneralRe: Calling a callback address Pin
Nick Parker12-Apr-04 9:23
protectorNick Parker12-Apr-04 9:23 
GeneralBuilding a program on top of another Pin
dnh50010-Apr-04 7:48
dnh50010-Apr-04 7:48 
GeneralRe: Building a program on top of another Pin
Dave Kreskowiak12-Apr-04 3:24
mveDave Kreskowiak12-Apr-04 3:24 
GeneralRe: Building a program on top of another Pin
dnh50012-Apr-04 4:06
dnh50012-Apr-04 4:06 
GeneralRe: Building a program on top of another Pin
Dave Kreskowiak12-Apr-04 6:47
mveDave Kreskowiak12-Apr-04 6:47 
QuestionHow to Determine which event fired Pin
gaxxx9-Apr-04 23:38
gaxxx9-Apr-04 23:38 
AnswerRe: How to Determine which event fired Pin
PaleyX10-Apr-04 2:20
PaleyX10-Apr-04 2:20 
GeneralRe: How to Determine which event fired Pin
gaxxx10-Apr-04 6:02
gaxxx10-Apr-04 6:02 
GeneralRe: How to Determine which event fired Pin
Ray Cassick11-Apr-04 6:33
Ray Cassick11-Apr-04 6:33 
GeneralRe: How to Determine which event fired Pin
gaxxx11-Apr-04 22:39
gaxxx11-Apr-04 22:39 
GeneralRe: How to Determine which event fired Pin
Dave Kreskowiak12-Apr-04 3:30
mveDave Kreskowiak12-Apr-04 3:30 
GeneralRe: How to Determine which event fired Pin
gaxxx12-Apr-04 8:55
gaxxx12-Apr-04 8:55 
GeneralRe: How to Determine which event fired Pin
Ray Cassick12-Apr-04 9:26
Ray Cassick12-Apr-04 9:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.