在.NET中实现彩色光标/动画光标和自定义光标[转]
Test.csusing System;using System.Drawing;using System.Windows.Forms;using System.Runtime.InteropServices;using System.Reflection;namespace ColorCursor{////// 本例子的作用:/// 在.NET中实现彩色光
·
Test.cs
using System;
using System.Drawing;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Reflection;
namespace ColorCursor
{
///
/// 本例子的作用:
/// 在.NET中实现彩色光标,动画光标和自定义光标。
///
public class Form1 : System.Windows.Forms
更多推荐




所有评论(0)