Hello,

ref:
http://www.codeguru.com/forum/showthread.php?t=516547

Now that I have created a class in Form1 that works, how do I access the stored data in the created instance of the class from another form?

In other words, The class I created in form1 needs to be globally accessable by all forms. I don't want to create another instance on a different form, it holds no data.

Can someone point me in the right direction?

Thanks!