Link to home
Start Free TrialLog in
Avatar of xewoox
xewoox

asked on

How to call a dll function in C#?

I am new to C#.   I am try to test out my dll using C# Window Form application. Is there any reference that someone has that show how to declare and use  the DLL functions  within C# application
Avatar of Anurag Thakur
Anurag Thakur
Flag of India image

what kind of dll are you talking about
a .net dll (which is actually an assembly) or a com dll
ASKER CERTIFIED SOLUTION
Avatar of prakash2007
prakash2007
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of xewoox
xewoox

ASKER

It is an unmanaged code dll.  It is originally compiled under Visual Studio 6 as an MFC Dll
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial