04 2012 档案
摘要:效果:代码:private void textBox1_TextChanged(object sender, EventArgs e) { string content = this.textBox1.Text; int length = c...
阅读全文
摘要:在wpf的项目中引入System.SpeechCode .XAML ...
阅读全文
摘要:有触摸屏,xp系统,代码:方法一: class Win32 { [StructLayout(LayoutKind.Sequential)] public struct POINT { public int X; ...
阅读全文
摘要:[DllImport ( "user32.dll", EntryPoint = "FindWindow", SetLastError = true )] private static extern IntPtr FindWindow( string lpClassNam...
阅读全文
摘要:int x, y; DateTime start; public Form1() { InitializeComponent(); x = Control.MousePosition.X; ...
阅读全文