Click here to Skip to main content
15,896,063 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: Calling a callback address Pin
Nick Parker11-Apr-04 7:57
protectorNick Parker11-Apr-04 7:57 
Well, suppose you are dynamically loading assemblies, you can use reflection to determine the type and more importantly what interfaces it inherits. Assuming you were to state that all objects being loaded that want to register for services implement the IRegister interface (arbitrary, I just made that one up), you could dynamically load those objects and also register them to receive notification when the event fires. Are you looking for an example of something like this?

- Nick Parker
My Blog | My Articles

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 
GeneralRe: How to Determine which event fired Pin
gaxxx12-Apr-04 10:03
gaxxx12-Apr-04 10:03 

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.