
wpf 学习记录
文章平均质量分 66
yangang0201
通信行业软件开发,专注b/s
展开
-
wpf学习笔记
2007年06月26号 今天,项目组安排一同事跟北京同事学习wpf,本人也想看看该东东是什么,因此,才有了这篇以及以后的文章. 今年由于综合告警系统的原因,去北京和项目组设计人员交流的时候,提到过系统将用到wcf技术,并且在以后的不久,将考虑版本的升级过程中会用到wpf,着重讲了下wcf,听的不是很明白,呵呵,也没在意.本人主要做b/s方面, 希望使自己原创 2007-06-25 22:28:00 · 654 阅读 · 0 评论 -
WPF学习篇 之 .xmal页面 属性介绍
以下是 个人参考程序,学习总结的,如果有 甚么不对,请指教,谢谢。 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:ovt="clr-namespace:BOCO.Oss原创 2007-09-21 21:12:00 · 2555 阅读 · 0 评论 -
WPF中的数据模板(DataTemplate)(引用别人的文章 )
本文件是引用别人的,地址:http://www.cnblogs.com/zhouyinhui/archive/2007/03/30/694388.html非常感谢!!WPF中的数据模板(DataTemplate)转载 2007-09-21 21:34:00 · 1640 阅读 · 0 评论 -
wpf 书籍与各类网上文章
http://www.cnblogs.com/YilingLai/archive/2007/09/19/598965.html#897875原创 2007-09-22 10:29:00 · 754 阅读 · 0 评论 -
wpf学习篇 之 图片倒影
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Name="Window" Title="ImageReflection" Width="400" Height="600" Background="原创 2007-09-21 10:57:00 · 1344 阅读 · 0 评论 -
WPF学习篇 之 星月传说
xaml 文件 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:ovt="clr-namespace:BOCO.OssView.Topo;assembly=BOCO.原创 2007-09-21 21:23:00 · 903 阅读 · 0 评论 -
WPF学习篇 之 错误收集
1:The name InitializeComponent does not exist in the current contextr 打开.csproj(工程)文件。找到这一行。在这一行下面添加保存文件。这时就可以编译通过了 原文参考:http://blog.youkuaiyun.com/xiaoling9/archive/2007/10/12/1821305.aspx原创 2007-10-24 09:41:00 · 1287 阅读 · 1 评论 -
WPF学习篇 之 自定义控件 动态换肤
网上很多的动态换肤的文章,我这记录下自己开发一个控件时候,写的换肤程序. 首先,写一个资源文件(xaml)http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:tsc="clr-namespac原创 2007-11-14 10:01:00 · 2016 阅读 · 0 评论