11 2016 档案
摘要:Wpf修改控制的大小 随窗体的改变而改变在WINFORM中设置控件的Anchor属性就行了在WPF中没有Anchor属性 但可以在布局中设置 相关属性实现同样的效果相关属性HorizontalAlignmentVerticalAlignment还要配合Width和Height 需要设置成Auto属性 null
阅读全文
摘要:有道单词导入 有道单词 生词本 批量导入 添加 有道单词XML 背单词
将批量的单词转换成XML文件,方便直接导入到有道单词本中
阅读全文
摘要:获取桌面坐标using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Runtime.InteropServices;using System.Text;using S...
阅读全文
摘要:using System.Text.RegularExpressions; private void button1_Click(object sender, EventArgs e) { string regPartten = textBox1.Text; Regex reg = new Regex(regPartte...
阅读全文