Example #1
0
 public static int ControlSetText(IntPtr hwnd, string text)
 {
     return(Vip72Chung.SendMessage(hwnd, 12, text.Length, text));
 }