Hi
I'm having problem getting a class to be referenced from several forms.
The class in question is a simple class to log output to a file. So at any point i can write
and this will be written out to a log file. I would like to instigate the class when the main screen loads and have every other form call this class with just using the above code. Can someone please tell me how i can do this?
Thanks
Jay
I'm having problem getting a class to be referenced from several forms.
The class in question is a simple class to log output to a file. So at any point i can write
Visual Basic:
LogEvent("12 rows were returned")
and this will be written out to a log file. I would like to instigate the class when the main screen loads and have every other form call this class with just using the above code. Can someone please tell me how i can do this?
Thanks
Jay