Hosting Control Panel Applets using C#/C++ - Introduction
Hits: 355
Description: This article assumes a basic understanding of writing unmanaged C/C++ dynamic link libraries and exporting functions from those libraries. Also basic understanding of using P/Invoke to access unmanaged libraries will benefit the reader, but I will attempt to explain as much as possible. Abstract The purpose of this article is to discuss several problems a...