Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

Monday, February 05, 2007 - Posts

Design Pattern for P/Invoke Dll from c#

http://www.pinvoke.net comes with handy C# /VB.Net signatures for invoking with core Win32 API.for example if we search for MessageBox in http://www.pinvoke.net we get the following result: C# Signature (Original): [DllImport("user32.dll", CharSet=CharSet.Auto)]public
posted by Shahed | 0 Comments