03 2014 档案

摘要:Win32的API函数可以直接在C#中直接调用,在做WinForm时还是很有帮助的。有时候直接调用Win32的API,可以很高效的实现想要的效果。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Runtime.InteropServices; 6 7 namespace WindowsAPI 8 { 9 class CSharp_Win32Api 10 { 11 #regi... 阅读全文
posted @ 2014-03-31 14:48 龙心纹 阅读(676) 评论(0) 推荐(0)