摘要: Here I suppose the purpose is to drag the image in pictureBox1 in the flowLayoutPanel to pictureBox2 in the form. First, you can add a PictureBox name 阅读全文
posted @ 2018-11-02 16:50 Kyle0418 阅读(244) 评论(2) 推荐(0) 编辑
摘要: If an event is not registered, you can register it by the following ways. The first way, you can register it in textBox1's Properties, just as shown b 阅读全文
posted @ 2018-11-02 16:36 Kyle0418 阅读(116) 评论(0) 推荐(0) 编辑
摘要: You can implement reading data from excel and then modifying the json string. The specific implementation code is as follows: private void Submit_Clic 阅读全文
posted @ 2018-11-02 16:33 Kyle0418 阅读(205) 评论(0) 推荐(0) 编辑
摘要: In order to get the count of "Word" process, you can refer to the steps as follow. First, you need to use "System.Runtime.InteropServices", then add . 阅读全文
posted @ 2018-11-02 09:13 Kyle0418 阅读(211) 评论(0) 推荐(0) 编辑