摘要:参考:http://www.silverlightchina.net/html/study/WPF/2011/1108/11585.html无边框效果:http://blog.csdn.net/qqamoon/article/details/6912513
        阅读全文
        | 05 2012 档案
摘要:参考:http://www.silverlightchina.net/html/study/WPF/2011/1108/11585.html无边框效果:http://blog.csdn.net/qqamoon/article/details/6912513
        阅读全文
 
摘要:WPF 切换主题 string packUri = String.Format(@"/WpfControlLibrary1;component/Dictionary1.xaml"); ResourceDictionary rd = Application.LoadComponent(new Uri(packUri, UriKind.Relative)) as ResourceDictionary; this.Resources.MergedDictionaries.Clear(); this.Resourc...
        阅读全文
 
摘要:1、调用程序AppDomain domain = AppDomain.CreateDomain("WpfApplication1");domain.ExecuteAssemblyByName("WpfApplication1");2、调用带参数的程序http://hi.baidu.com/tgaofeit/item/2f252ebe5a882445ba0e12ec
        阅读全文
 
摘要:<?xml version="1.0"?><configuration><startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>加载上System.Data.SQLite.DLL后,运行程序,出错Mixed mod
        阅读全文
 
摘要:这一段时间一直在吃老本。没怎么学习,所以就没有进步。 昨天项目经理让我想想怎么做界面,其实我没有过多的想,就想了一下用DevExpress的做法。今天他把握叫过去,跟我探讨了一下做法:1、用Windows自带的控件,不过效果不好看;2、用DevExpress,不是太熟悉,所以效果也一般;3、用一套自定义控件,不太好好;4、用WPF做,界面效果好。 最终让我用WPF做,我也正好熟悉一下WPF的做法。 做为一个项目经理,接触面要广,思路要开阔。
        阅读全文
 
 |