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

Visual Basic

 
GeneralRe: Internet Cafe Pin
Toola11-Apr-04 4:47
Toola11-Apr-04 4:47 
GeneralRe: Internet Cafe Pin
Prakash Nadar11-Apr-04 6:54
Prakash Nadar11-Apr-04 6:54 
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 
Ok, I did it. I admit it. I programmed myself into a corner and I need a bit of help.

I am trying to build an event registration system where clients can register to an event arbiter to receive specific events. The registrations are kept in a hashtable and the tables is keyed on the text name of the event and the table data is an address of the function I want to call whe nthe event comes in.

I have everything figured out except how to USE the address stored in the hashtable to call the public subroutine of the object that subscribed to the event.

UGH!

ANY Ideas?



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

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.