I have written my code in a CLASS LIBRABY file,now i need to call this on click of a button which is there on the windows form...
I am using Visual Studio2005
Please help me,i don't have any idea about how to do this:S
You need to add a reference to the class library. Right click on References, click Add References..., click on the project tab, and add the library. This is assuming the class library is in the same solution. Also I am using 2008 express, so it might be slightly different.