how can we acces properties (eg.employee id,name)defined within a dll to a windows form.

someone can help me.......

You need to add the reference of that dll in bin folder by right clicking on bin folder and Add reference
Then create an object of the class present in that dll through which you can access the properties of it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.