04 2012 档案

摘要:效果:代码:private void textBox1_TextChanged(object sender, EventArgs e) { string content = this.textBox1.Text; int length = c... 阅读全文
posted @ 2012-04-28 11:13 哲夫 阅读(143) 评论(0) 推荐(0) 编辑
摘要:在wpf的项目中引入System.SpeechCode .XAML ... 阅读全文
posted @ 2012-04-21 17:08 哲夫 阅读(139) 评论(0) 推荐(0) 编辑
摘要:有触摸屏,xp系统,代码:方法一: class Win32 { [StructLayout(LayoutKind.Sequential)] public struct POINT { public int X; ... 阅读全文
posted @ 2012-04-21 15:19 哲夫 阅读(133) 评论(0) 推荐(0) 编辑
摘要:[DllImport ( "user32.dll", EntryPoint = "FindWindow", SetLastError = true )] private static extern IntPtr FindWindow( string lpClassNam... 阅读全文
posted @ 2012-04-19 16:50 哲夫 阅读(562) 评论(0) 推荐(0) 编辑
摘要:int x, y; DateTime start; public Form1() { InitializeComponent(); x = Control.MousePosition.X; ... 阅读全文
posted @ 2012-04-06 15:40 哲夫 阅读(140) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示