So, I embed custom colored cursors (transfered from a prototype MFC app, working fine there) into my C# app. Load all of the embedded cursors into an array and switch the cursor depending on which tool is selected -- everthing works fine, but the cursors are all in Black and White, no colors. Is there a way to create colored cursors in .Net, specifically in C#?


Reply With Quote