API 查找窗體句柄、發送消息

//一個引用 using System.Runtime.InteropServices; //一些定義,放在例如public partial class Form1 : Form下 const int WM_GETTEXT = 0x000D; const int WM_SETTEXT = 0x000C; const int WM_CL
相關文章
相關標籤/搜索