WPF
无盐海
太过安逸的日子给人未必是幸福,它很有可能毁了一个人的理想,腐蚀一个人的心灵
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
WPF中的事件列
WPF中的事件列表 ListBoxItem.Selected 选取 ListBoxItem 时发生。 ListBoxItem.Unselected 取消 ListBoxItem 选取时发生。 MediaElement.BufferingEnded 结束媒体缓冲处理时发生。 MediaElement.BufferingStarted 已开始媒体缓冲处理时发生。 MediaElement.Media转载 2014-04-29 13:57:46 · 3448 阅读 · 0 评论 -
wpf 9张图片的连连看
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; us原创 2014-05-04 00:04:13 · 2007 阅读 · 0 评论 -
WPF (xaml) 属性
<Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Mai原创 2014-05-04 09:35:57 · 1185 阅读 · 0 评论 -
WPF控件
Control:控件 content:内容 Method:方法 Property:属性 ReadOnly:只读 IsReadOnly:取值 bool Visiblility:控件是否可见 visible:可见 Collapsed:不可见 IsEnabled:控件是否可用, 取值为true:false Background:背原创 2014-04-29 20:50:37 · 1382 阅读 · 0 评论 -
通过ADO.NET把文件数据导入到数据库(数据的导入导出)stream文件的处理
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Sy原创 2013-08-29 14:58:20 · 1772 阅读 · 0 评论 -
WPF{ComboBox绑定类对象, 下拉列显示的值,与取到的值}
DisplayMemberPath 是用来显示下拉列表的值 SelectedValuePath是用来取得选中项的值。ComboBox绑定类对象, 下拉列显示的值,与取到的值原创 2014-05-27 23:27:14 · 4652 阅读 · 0 评论 -
WPFS数据绑定(要是后台类对象的属性值发生改变,通知在“客户端界面与之绑定的控件值”也发生改变需要实现INotitypropertyChanged接口)
WPFS数据绑定(要是后台Person对象的属性值发生改变,通知客户端界面与之绑定的控件值也发生改变需要实现INotitypropertyChanged接口) MainWindow.xaml <Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xa原创 2014-05-19 18:13:04 · 3533 阅读 · 0 评论 -
WPF—— ListBox的使用
<Window x:Class="ListBox的使用.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWind原创 2014-05-19 15:48:28 · 1939 阅读 · 0 评论
分享