I'm having a heck of a time finding the answer to my question on Google Groups or the Weeb so I thought I'd throw it in here even though it's not a Linux question.
I have a class which contains some static methods so I'm not instantiating the class, I'm just calling it like Foo.bar() where bar eventually returns a list of strings. Anyway I want to raise an event in bar() before it goes away for a minute looking for databases, just so the user gets something more then an hourglass, but it always gives me a object reference not set to an instance of an object exception. So I figure that you have to instantiate a Class to be able to have it throw events. Am I right? Evan Brown _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

