| Author: AnnyG 19 Jul 2006 | Member Level: Gold | Rating:  Points: 2 |
<b> To create a dll </b> Select the Class Library project in the Project pane instead of windows application. and write wat ever code u want, then build that project. when ever u build that project it will create a dll in Debug folder.
<b> Using dll into other project </b> Open a new project and in Solutino explorer right click on project name and select add reference. then it display add reference dialog box in that select browse and select the dll.
then create a object for that dll and use.........
|