Search found 3 matches

by DChrisO
Wed Mar 24, 2004 5:08 pm
Forum: Beginners Help
Topic: Problems with EventReceiver
Replies: 4
Views: 507

Oh thanks a lot! It wasn't on the heap :)[/code]
by DChrisO
Wed Mar 24, 2004 4:00 pm
Forum: Beginners Help
Topic: Problems with EventReceiver
Replies: 4
Views: 507

nope the event class is called MyEventReceiver...
by DChrisO
Wed Mar 24, 2004 3:48 pm
Forum: Beginners Help
Topic: Problems with EventReceiver
Replies: 4
Views: 507

Problems with EventReceiver

Hi!

I created the device object in a class called Application but when I try to set the event receiver the programm crashes. I made the device object public and tried to set the event receiver from outside and it worked... Is there anything I have to do if I use the device object in a class ...