View Single Post
Light Poster
29Oct2010,13:34  
blackrubybarb's Avatar
create a class library and write your functions in that class library
then import the .DLL file to windows forms app and then you can create an object using that class in the dll file. using that object you can call any function