
In this article I’ll try to explain how you can call Win32 API functions from within C# using PInvoke and .NET Interpretability. Although the Microsoft .NET framework provides many API’s to use such as for stream based IO it provides the System.IO namespace and if you want to work with windows, forms or dialogs the System.Forms and System.Drawing namespaces contain lots of use full classes, there are times when you need to go beyond these capabilities.
|