05 2016 档案

摘要:how to write a windows services 1. "susport microsoft" This aritcle describe the detail step to setup a windows service hello world. 2. As currently, 阅读全文
posted @ 2016-05-31 12:49 kongshu 阅读(167) 评论(0) 推荐(0) 编辑
摘要:How to Raize Command to evalituate in mvvm 1. In mvvmlight, we bind our control to the relaycommand object. But, the commmand only execute the CanExec 阅读全文
posted @ 2016-05-29 14:44 kongshu 阅读(110) 评论(0) 推荐(0) 编辑
摘要:DataTemplate ControlTemplate 1. we can search many posts about this topic. some valuable link: "DataTemplate和ControlTemplate的关系" , 2. we can see some 阅读全文
posted @ 2016-05-25 07:11 kongshu 阅读(117) 评论(0) 推荐(0) 编辑
摘要:Xaml edit bug about vs2013+ 1. sometimes, vs will say some class not found in the namespace. but, we confirm the class is defined in that namespace. i 阅读全文
posted @ 2016-05-23 21:53 kongshu 阅读(86) 评论(0) 推荐(0) 编辑
摘要:INPC & RaizePropertyChanged in mvvmlight In WPF app, MvvM Framework, we binding the UIElement from View to the Public Properties in ViewModel. what do 阅读全文
posted @ 2016-05-23 21:47 kongshu 阅读(259) 评论(0) 推荐(0) 编辑
摘要:ListView Learning Note how to add double click event to listviewitem in ListView. 1. refer link in "stackoverflow" 2. Some notes about this. we can us 阅读全文
posted @ 2016-05-21 15:24 kongshu 阅读(143) 评论(0) 推荐(0) 编辑
摘要:How to call C\ code in powershell Powershell Command Add Type 1. usage of "Add Type" 2. we use Add Type TypeDefinition $code. About C Code, we should 阅读全文
posted @ 2016-05-19 17:54 kongshu 阅读(428) 评论(0) 推荐(0) 编辑
摘要:reflesh the selected item in DataView when we use DataView to display a set of data. Generally, we binding the selected item to our object in ViewMode 阅读全文
posted @ 2016-05-15 08:06 kongshu 阅读(133) 评论(0) 推荐(0) 编辑
摘要:Timer in StatusBar 1. we need to show local time in StatusBar. solution: 1. add textblock control 2. binding to a string. 3. we use dispatcherTimer cl 阅读全文
posted @ 2016-05-15 07:51 kongshu 阅读(183) 评论(0) 推荐(0) 编辑
摘要:StatusBar & StatusBarItem StatusBar 1. "StatusBar class" StatusBarItem 1. "StatusBarItem class" 2. Example 阅读全文
posted @ 2016-05-13 11:28 kongshu 阅读(303) 评论(0) 推荐(0) 编辑
摘要:Menu & MenuItem learning note Menu MenuItem 1. "MSDN" 2. Sample Code 阅读全文
posted @ 2016-05-13 11:17 kongshu 阅读(129) 评论(0) 推荐(0) 编辑
摘要:Learning Note For MvvmLight MvvmLight quitstart refer link1 : "MVVMLight HelloWorld" mc:Ignorable usage. we have a lot of places using in our xaml. it 阅读全文
posted @ 2016-05-08 08:11 kongshu 阅读(183) 评论(0) 推荐(0) 编辑
摘要:Random Usage sometimes, we hope to generate some random infor to manipulate our data structor. we can use random class to achieve this goal. the refer 阅读全文
posted @ 2016-05-08 07:38 kongshu 阅读(184) 评论(0) 推荐(0) 编辑
摘要:Summary of my learning note for WPF Binding Binding to DataSet. when we want to add new record, we should modify DataTable , not the DataTableView . V 阅读全文
posted @ 2016-05-04 10:46 kongshu 阅读(94) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示