上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 120 下一页
摘要: checked http://www.broculos.net/2014/04/wpf-autocompletebox-autocomplete-text.html#.WGNnq4N95aQ. 1.Search Wpf toolkit in Nuget and install; View: <Win 阅读全文
posted @ 2016-12-28 15:33 FredGrit 阅读(1182) 评论(0) 推荐(0)
摘要: git配置 $ git config --global user.name "Fred" $ git config --global user.email xxxxx@xx.com 检查已有的配置信息 $ git config --list 查看用户名 $ git config user.name 阅读全文
posted @ 2016-12-15 23:59 FredGrit 阅读(211) 评论(0) 推荐(0)
摘要: <StackPanel> <Slider x:Name="slider1" /> <Slider x:Name="slider2"/> <Button Content="Increase" x:Name="firstBtn" Command="Slider.IncreaseLarge" Comman 阅读全文
posted @ 2016-11-30 22:46 FredGrit 阅读(193) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-11-30 12:20 FredGrit 阅读(123) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ConsoleApplication4{ class Program { static void Main(str 阅读全文
posted @ 2016-11-28 20:59 FredGrit 阅读(1919) 评论(0) 推荐(0)
摘要: <Button x:Name="btnReset" Click="btnReset_Click" Content="重 置" Grid.Row="4" Grid.Column="3" FontSize="30" HorizontalAlignment="Center"/> private void 阅读全文
posted @ 2016-11-27 20:04 FredGrit 阅读(439) 评论(0) 推荐(0)
摘要: 抄自 http://www.cnblogs.com/badnewfish/archive/2011/05/27/2060338.html 阅读全文
posted @ 2016-11-20 20:02 FredGrit 阅读(134) 评论(0) 推荐(0)
摘要: xaml: 阅读全文
posted @ 2016-11-10 10:01 FredGrit 阅读(527) 评论(0) 推荐(0)
摘要: Topmost -[true,false] The default is false, but if set to true, your Window will stay on top of other windows unless minimized. Only useful for specia 阅读全文
posted @ 2016-11-08 15:33 FredGrit 阅读(460) 评论(0) 推荐(0)
摘要: 1.添加引用 using System.Reflection;using System.Windows.Controls; 2.静态类扩展方法(this) public static class WebBrowserExtensions { public static void SuppressSc 阅读全文
posted @ 2016-11-08 12:02 FredGrit 阅读(1077) 评论(0) 推荐(0)
上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 120 下一页