上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页
摘要: 假如想获取一个Grid(名称为grid1)上所有的Button按钮,则代码如下:List collection = GetChildObjects(grid1, "");//第2个参数为空,表示查找所有指定类型的控件(返回一个Button集合) public List GetChildObj... 阅读全文
posted @ 2012-08-22 16:14 哲夫 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 软件概览:区域组成:一个MediaElement控件+一个ListView控件+一个TextBlock控件+一个Slider控件+若干button控件功能介绍:1、视频区 用于播放列表中的视频内容2、控制区 包含播放(暂停)、停止、快进、快退、音量;返回按钮为关闭此窗体3、播放列表 显示... 阅读全文
posted @ 2012-08-16 10:47 哲夫 阅读(245) 评论(0) 推荐(1) 编辑
摘要: Some day you will find me I haven't gone too far I miss the way we were back then How we laughed I can feel you in my heart There's a world in your ey... 阅读全文
posted @ 2012-08-06 15:41 哲夫 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 透明度:控件的Opacity属性,范围从0-1,0表示完全透明,看不见。背景色:如果一个控件在想显示其父容器的背景色,则在其xaml代码中设置其Background="{x:Null}"即可。也可在其属性框中选择Background属性,然后点击下图中所圈位置: ... 阅读全文
posted @ 2012-05-28 14:55 哲夫 阅读(417) 评论(0) 推荐(0) 编辑
摘要: 开发环境:xp sp3、vs2010、.net4.0(.net3.5没有SpellCheck.CustomDictionaries)代码: pack://application:,,,/lexicon/word.lex ... 阅读全文
posted @ 2012-05-23 15:30 哲夫 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 此文主要由dobzhansky提供技术帮助,在此表示感谢!界面预览:我已经将其整理,并上传,各位可以免资源分下载:C#版下载地址:http://download.csdn.net/detail/config_man/4270322完全版(c#、c++等)下载地址:http://download.cs... 阅读全文
posted @ 2012-05-02 13:45 哲夫 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 效果:代码:private void textBox1_TextChanged(object sender, EventArgs e) { string content = this.textBox1.Text; int length = c... 阅读全文
posted @ 2012-04-28 11:13 哲夫 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 在wpf的项目中引入System.SpeechCode .XAML ... 阅读全文
posted @ 2012-04-21 17:08 哲夫 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 有触摸屏,xp系统,代码:方法一: class Win32 { [StructLayout(LayoutKind.Sequential)] public struct POINT { public int X; ... 阅读全文
posted @ 2012-04-21 15:19 哲夫 阅读(127) 评论(0) 推荐(0) 编辑
摘要: [DllImport ( "user32.dll", EntryPoint = "FindWindow", SetLastError = true )] private static extern IntPtr FindWindow( string lpClassNam... 阅读全文
posted @ 2012-04-19 16:50 哲夫 阅读(547) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页