随笔分类 -  WPF

摘要:WPF应用程序管理(更多资源:http://cleopard.download.csdn.net/) 一、WPF应用程序由System.Windows.Application类进行管理 二、创建WPF应用程序 创建WPF应用程序有两种方式: 1、Visual Studio和Expression Bl 阅读全文
posted @ 2016-11-07 15:22 赤月奇 阅读(457) 评论(0) 推荐(0)
摘要:1、下载并安装 InstallShield InstallShield Limited Edition for Visual Studio 2013 图文教程(教你如何打包.NET程序) InstallShield Limited Edition for Visual Studio 2013 图文教 阅读全文
posted @ 2016-05-16 11:40 赤月奇 阅读(2987) 评论(0) 推荐(1)
摘要:public int ctype = 0; private const int GWL_STYLE = -16; private const int WS_SYSMENU = 0x80000; [System.Runtime.InteropServices.DllImport("user32.dll 阅读全文
posted @ 2016-05-16 11:07 赤月奇 阅读(521) 评论(0) 推荐(0)
摘要:sdf Label 设置背景色 Label.Foreground = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#626363")); Label.BorderBrush = ... 阅读全文
posted @ 2015-04-29 11:20 赤月奇 阅读(410) 评论(0) 推荐(0)