c# 建立只接收消息的窗口

若是用自帶的form,必須show後再hide,不是很好用,用如下代碼便可。ide public class NotifierNativeWindow : NativeWindow { const string WindowName = "MessageOnlyWindow"; const int WM_USER = 0x0400; cons
相關文章
相關標籤/搜索