随笔 - 40  文章 - 0  评论 - 24 
03 2009 档案
在WPF里面如何使用FolderBrowserDialog
摘要: [代码]上面的代码如果是在WinForm程序里面,是没有问题的。但是如果在WPF里面则编译不通过,错误描述是The best overloaded method match for 'System.Windows.Forms.CommonDialog.ShowDialog(System.Windows.Forms.IWin32Window)' has some invalid arguments。...阅读全文
posted @ 2009-03-26 11:35 pdfw 阅读(1485) | 评论 (2) 编辑
把ResourceDictionary保存为文件,从外部xaml文件加载ResourceDictionary
摘要: 把ResourceDictionary保存为文件[代码]从外部xaml文件加载ResourceDictionary [代码]阅读全文
posted @ 2009-03-04 15:45 pdfw 阅读(704) | 评论 (0) 编辑