Someone on the MSDN forum asked about how to show a wait cursor, like when your application is loading or performing some (background) task. It’s pretty simple to show the wait cursor in both managed and native
code, and in this post we will see just how. Managed
Code (C#) Set Cursor.Current to
…