摘要: ; -- Example1.iss -- ; Demonstrates copying 3 files and creating an icon. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING .ISS SCRIPT FILES! [Setup] A 阅读全文
posted @ 2023-10-25 19:30 cnchengv 阅读(48) 评论(0) 推荐(0)
摘要: 原来c#里面所有其他线程调用的都要加,不加就会卡死 private delegate void DispMSGDelegate1(string MSG); public void setContentText(string txt) { if (this.richTextBox1.InvokeReq 阅读全文
posted @ 2023-10-25 18:11 cnchengv 阅读(46) 评论(0) 推荐(0)