胖在一方

出得厅堂入得厨房的胖子

导航

2006年10月13日

摘要: CSharp public string GetPinYin(string text) { char pinyin; byte[] array; System.Text.StringBuilder sb = new System.Text.StringBuilder(text.Length); ... 阅读全文

posted @ 2006-10-13 23:57 胖在一方 阅读(1803) 评论(2) 推荐(1)

摘要: c# using System.Runtime.InteropServices;[DllImport("user32.dll")]public static extern int ReleaseCapture();[DllImport("user32.dll")]public static extern int SendMessage(IntPtr hwnd, int wMsg, int wPar... 阅读全文

posted @ 2006-10-13 09:17 胖在一方 阅读(551) 评论(0) 推荐(0)