摘要: About Rob Mensching WiX Toolset <Product> Element (Bootstrapper) Wix 安装部署教程(十) --来,用WPF做个漂亮的安装界面 - stoneniqiu - 博客园 Wix(转)_邹邹_新浪博客 duanzilin的专栏 - CSDN 阅读全文
posted @ 2018-04-03 16:39 死鱼眼の猫 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 先列出几篇开发时收藏的文章,之后有空再整理开发过程吧... JumuFENG's blog - CSDN博客 IE调用本地应用程序的方法 windows - how do I create my own URL protocol? (e.g. so://...) - Stack Overflow 从 阅读全文
posted @ 2018-04-03 16:32 死鱼眼の猫 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 马非码 - 博客园 C# WinForm SQLServer 周银辉 - 博客园 WPF .Net 周永恒 - 博客园 WPF 汤姆大叔 - 博客园 JavaScript ASP.NET C#开发WPF/Silverlight动画及游戏系列教程(Game Tutorial):目录 - 深蓝色右手 - 阅读全文
posted @ 2018-04-03 15:43 死鱼眼の猫 阅读(193) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.ComponentModel; using System.Windows.Controls; usin 阅读全文
posted @ 2018-03-31 16:56 死鱼眼の猫 阅读(1190) 评论(0) 推荐(0) 编辑
摘要: 常见的“保存文件”对话框实现为 SaveFileDialog 类,位于 Microsoft.Win32 命名空间中。 下面的代码演示如何创建、配置和显示“保存文件”对话框以及如何处理结果。 // Configure save file dialog box Microsoft.Win32.SaveF 阅读全文
posted @ 2018-03-31 16:43 死鱼眼の猫 阅读(580) 评论(0) 推荐(0) 编辑
摘要: 常见的“打开文件”对话框实现为 OpenFileDialog 类,位于 Microsoft.Win32 命名空间中。 下面的代码演示如何创建、配置和显示“打开文件”对话框以及如何处理结果。 // Configure open file dialog box Microsoft.Win32.OpenF 阅读全文
posted @ 2018-03-31 16:42 死鱼眼の猫 阅读(507) 评论(0) 推荐(0) 编辑
摘要: [DllImport( "imm32.dll")] public static extern bool ImmGetOpenStatus (IntPtr hIMC); [ DllImport("imm32.dll" )] public static extern IntPtr ImmGetConte 阅读全文
posted @ 2018-03-31 15:53 死鱼眼の猫 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 1 public override void OnApplyTemplate() 2 { 3 base.OnApplyTemplate(); 4 5 string imgtype = "*.BMP|*.JPG|*.GIF|*.PNG"; 6 string[] ImageType = imgtype.Split('|'); 7 8 for (in... 阅读全文
posted @ 2018-03-31 15:38 死鱼眼の猫 阅读(4191) 评论(0) 推荐(0) 编辑
摘要: C#: Xaml: 阅读全文
posted @ 2018-03-31 15:37 死鱼眼の猫 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 1、DrawRectangle 为了像素对齐,可以PushGuidelineSet guideLines.GuidelinesX .Add(1.5); guideLines.GuidelinesY .Add(1.5); drawingContext.PushGuidelineSet (guideLi 阅读全文
posted @ 2018-03-31 15:25 死鱼眼の猫 阅读(415) 评论(0) 推荐(0) 编辑