
WPF
liusir
外表斯文,内心邪恶的伪工程师!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
wpf简单的音乐播放
xaml:cs:MediaPlayer player = new MediaPlayer(); private void ListenMusic_Checked(object sender, RoutedEventArgs e) { string MusicFile = App.MusicDir + this.tWinMusic.Text; if原创 2011-12-14 11:03:01 · 840 阅读 · 0 评论 -
WPF 截屏,为图片加水印,并预览
WPF 截屏,为图片加水印,并预览 效果图:http://www.wpf100.com/html/5/2012-03/article-109.html原创 2012-03-08 14:13:21 · 1037 阅读 · 0 评论 -
wpf 选择文件夹及文件选择
添加引用 System.Windows.FormsSystem.Windows.Forms.FolderBrowserDialog fbd = new System.Windows.Forms.FolderBrowserDialog();if (this.tpicture.Text != string.Empty){ if (Directory.Exists(this.t原创 2011-12-14 10:18:21 · 1764 阅读 · 0 评论 -
WPF媒体播放器(MediaElement)打开指定的视频、播放、暂停、快进、快退、截图
XAML xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="WPF100" Height="413" Width="632">原创 2012-03-20 14:34:29 · 3466 阅读 · 0 评论