上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页
摘要: 1.使用 NuGet 安装 System.Data.SQLite 2.在 App.config 中配置连接字符串 3.简单使用 阅读全文
posted @ 2018-12-10 17:45 Kyle0418 阅读(637) 评论(0) 推荐(0) 编辑
摘要: Background: From Windows Forms Application in Visual C++ ???!!!!: "MS removed the WinForms C++/CLI template starting in either VS2012 or VS2013. The o 阅读全文
posted @ 2018-12-05 16:28 Kyle0418 阅读(1296) 评论(0) 推荐(0) 编辑
摘要: If you want to do it with ClickOnce, please refer to the following documents: ClickOnce - Quick steps to Deploy, Install and Update Windows Based Clie 阅读全文
posted @ 2018-12-04 16:55 Kyle0418 阅读(1151) 评论(0) 推荐(0) 编辑
摘要: int index = richTextBox1.GetFirstCharIndexOfCurrentLine(); int line = richTextBox1.GetLineFromCharIndex(index); 阅读全文
posted @ 2018-11-29 15:50 Kyle0418 阅读(325) 评论(0) 推荐(0) 编辑
摘要: public class Form1 { //计数变量,说明输出了第N个Button private int count = 1; private void Form1_Load(System.Object sender, System.EventArgs e) { //窗体自身支持接受拖拽来的控件 阅读全文
posted @ 2018-11-27 15:32 Kyle0418 阅读(275) 评论(0) 推荐(1) 编辑
摘要: Form1(MDIParent) public partial class Form1 : Form { public interface ITools { ToolStrip CipherToolStrip { get; } } public Form1() { InitializeCompone 阅读全文
posted @ 2018-11-26 15:33 Kyle0418 阅读(400) 评论(5) 推荐(0) 编辑
摘要: Download link: FFmpeg Builds 阅读全文
posted @ 2018-11-23 16:49 Kyle0418 阅读(1459) 评论(1) 推荐(0) 编辑
摘要: 获取 bin 同级文件夹 assets 中的 test.html 其中 AppDomain.CurrentDomain.BaseDirectory 的值为 阅读全文
posted @ 2018-11-22 15:49 Kyle0418 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 将 Form 的 AutoScaleMode 属性设置为 Dpi: 在 Program.cs 中添加以下代码: 阅读全文
posted @ 2018-11-22 15:11 Kyle0418 阅读(2804) 评论(0) 推荐(2) 编辑
摘要: public partial class Form1 : Form { public Form1() { InitializeComponent(); menuStrip1.Renderer = new MenuItemRenderer(); } private void item1ToolStri 阅读全文
posted @ 2018-11-22 15:03 Kyle0418 阅读(940) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页