잠토의 잠망경

[Code Project]WaitCursor hack using using 본문

공부/C sharp

[Code Project]WaitCursor hack using using

잠수함토끼 2008. 7. 3. 14:01

Introduction

A hack to replicate MFC's CWaitCursor class in C#.

Background

I found that the using keyword in C# has two uses:

  1. The using directive, which we all know.
  2. The using statement, which is v. cool. This gave me the idea for this article.

출처: http://www.codeproject.com/KB/cs/waitcursor.aspx

Comments