[DllImport("user32.dll", EntryPoint = "SendMessage")]public static extern int SendMessage(IntPtr hWnd, // handle to destination windowint Msg, // messageint wParam, // first message parameterint lParam // second message parameter);麻煩高手給個例子,我有文件目錄的話,怎么當做msg發送給一個已知句柄的窗口呢
- 1 回答
- 0 關注
- 241 瀏覽
添加回答
舉報
0/150
提交
取消