Use WinAPI in .NET!

I learned something very cool a couple of days ago. You can actually leverage many of the Windows .dlls in .net. We used to do this in C++ but I never dreamed it was possible in C#. The syntax looks like this:   [DllImport(“Netapi32.dll”, SetLastError = true)] Here is a link to check out a… Continue reading Use WinAPI in .NET!