Hi everyone, I've been programming in VB 6 for some years now and decided it was time to move with the times. So I chose to go with c# .Net which seems to be the one I really want to progress with. It really is different though, anyway here my problem.

I have a class with some methods in, I create the class in form1 and everything is hunky dory but now I want to access these methods from form2 without recreating the class,

How do I access it??


Please explain in detail as I am very new to the world of c#