Click here to Skip to main content
15,915,019 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want solution for how to use c#dll to use in vb.net,is it possible,pls solve my doubt
Posted
Updated 18-Dec-11 23:23pm
v2

Yes of course its possible just add its reference to your project and use its classes.

Afetr adding the reference use intellisense to see the list of added namespaces and classes (press Ctrl + Space).
 
Share this answer
 
Comments
Wendelius 19-Dec-11 12:20pm    
Exactly, 5'd
It is possible, add reference in your project and add namespace in your page where you have to use it. Create the object of class and call function using intellisense.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900