How to find.dll in project?
Hello Friends,
I m new to window programming in .net 2.0.
Suppose i have a code line mentioning following...
[DllImport("example.dll", EntryPoint = "?GetINBOXFileDetails@@YAHHPAD@Z")]
My question is where to find this exapmle.dll file in a project.
Thanks,