摘要:
using System.Runtime.InteropServices; [DllImport("User32.dll", EntryPoint = "FindWindow")] private static extern IntPtr FindWindow(string lpClassName, string lpWindowName); [DllImpor... 阅读全文
posted @ 2007-09-21 17:40
ahuo
阅读(766)
评论(1)
推荐(0)
浙公网安备 33010602011771号