c# console 在非主线程Hot Key
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;namespace ConsoleApplication1{ public class Win32APIs { [DllImport("user32", EntryPoint = "GetMessage")] public static extern int GetMessage( out ...
阅读全文
posted @ 2013-03-23 08:52