Resources  
  • Creating Cursor in form of ELLIPSE in C# Jul 30, 2009. This article shows how to easily create custom cursors in C#.
  • Writing unsafe code - pointers in C#Oct 13, 2004. In this article I will give a short description of one of the feature of C# which are pointers and so-called unsafe code. This subject is particularly close for C++ programmers. Moreover, it is a feature that we do not find in Java.