摘要:
public partial class Form1 : Form { public Form1() { InitializeComponent(); } [DllImport("USER32.DLL")] public static extern IntPtr FindWindow(string lpClassName, string lpWindowName); //导入寻找windows窗体... 阅读全文
posted @ 2010-07-06 20:48
aparche
阅读(12578)
评论(0)
推荐(1)
浙公网安备 33010602011771号