WPF下Arc Lisence的问题代码如下: using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Windows; //using ESRI.ArcGIS.Controls; using ESRI.ArcGIS.esriSystem; namespace DigitalHomeDesktop {…
近日微软公布了最新的WPF路线图,一片热议:对于老牌控件提供商葡萄城来说,这是WPF系列控件一个重要的机遇,因此,Spread Studio for WPF产品做了一次重要更新,并随着Spread Studio 8.0发布.鉴于此,选择翻译并整理了一篇自codeproject的文章:<Is WPF dead: the present and future of WPF>,抛砖引玉,且聊聊程序员心目中的WPF. 引子 作为一个老牌WPF程序员,多年来一直关注的问题是,在微软发布…
windows forms 上一个类似于wpf snoop 的工具: Hawkeye 周银辉 WPF上有snoop这样的run time object editor让人用着很爽, 今天搜到了一个for windows forms的工具hawkeye 下载: http://hawkeye.codeplex.com/…
验证方式, 通过继承 IDataErrorInfo接口 和 DataAnnotations 解释标记语言而实现, 为了能在WPF上通用,所了也要继承属性更改通知接口INotifyPropertyChanged 实际INotifyPropertyChanged接口 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; n…