任务窗体显示标题内容

 [DllImport("user32.dll", EntryPoint = "WindowText", CharSet = CharSet.Ansi)]
 public static extern int SetWindowText(IntPtr hWnd, string content);

 WindowText(this.Handle, this.Text);
posted @ 2022-11-15 15:12  *飞*  阅读(29)  评论(0)    收藏  举报