I have a C program and i have created a DLL file. I am using Windows Vista, and Visual C++.
Now I need to access a method from that DLL, from the Main() method of a
You need to read up on P/Invoke aka pinvoke aka "Platform Invoke":
http://msdn.microsoft.com/en-us/library/aa288468(v=vs.71).aspx