예제 #1
0
 public static void SelectTest()
 {
     WinApi.SendMessage((IntPtr)395158, 0x0C, IntPtr.Zero, "kkk");
 }
예제 #2
0
 /// <summary>
 /// 发送字符串(操作文本文件)
 /// </summary>
 /// <param name="hWnd"></param>
 private void sendMessage(IntPtr hWnd)
 {
     WinApi.SendMessage(hWnd, 0x0C, IntPtr.Zero, "测试发送数据");
 }