예제 #1
0
 /// <summary>指定したウィンドウにコマンドを送る。返事を待たずに次の処理へ移る</summary>
 public static void PostCommand(IntPtr windowHandle, int command)
 {
     WindowController2.PostMessage(windowHandle, WM_COMMAND, new IntPtr(command), IntPtr.Zero);
 }