G Guest Aug 2, 2005 #1 hi, if i made my own class, how can i save it as a .dll so i can just add it as a resource and then call it whenever? thanks
hi, if i made my own class, how can i save it as a .dll so i can just add it as a resource and then call it whenever? thanks
G Guest Aug 2, 2005 #2 iwdu15, Place your class in a Class Library project and compile it into a dll. Kerry Moorman