在WinForm中也可以调用Windows API,这里的简单例子,只是做一个简单的演示,
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
namespace WinAPISample
{