摘要: Win32的API函数是微软自己的东西,可以直接在C#中直接调用,在做WinForm时还是很有帮助的。有时候我们之直接调用Win32 的API,可以很高效的实现想要的效果。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace WindowsAPI{ class CSharp_Win32Api { #region User32.dll 函数 /// <summary> /// 该函数 阅读全文
posted @ 2012-01-09 21:57 MXi4oyu 阅读(265) 评论(0) 推荐(0) 编辑