[C#.NET][Winform][Thread] 如何 使用 多執行緒 Thread / 跨執行緒 存取UI - 余小章 @ 大內殿堂- 點部落

[C#.NET][Winform][Thread] 如何 使用 多執行緒 Thread / 跨執行緒 存取UI - 余小章 @ 大內殿堂- 點部落

瀏覽:1355
日期:2024-07-31
re: [C#.NET] 如何 使用 多執行緒 Thread / 跨執行緒 存取UI 再請問一點就是我有試過可是不知道是不是我引用的方式不對 Class Mytest {public void test() {Form1 fm1 = new Form1(); fm1.textBox1.Text = "This is a test";}} 然後我在Form1.cs下呼叫...看更多