摘要: RichTextBox的一些使用方法(转)收藏1。获取文本框行数 //获取文本框行数 [DllImport("user32.dll", EntryPoint = "SendMessageA")] private static extern int SendMessage(IntPtr hwnd, int wMsg, IntPtr wParam, string lParam); private st... 阅读全文
posted @ 2010-11-01 11:36 JAFly 阅读(1158) 评论(1) 推荐(0)
摘要: MSDN Samples for Silverlight Developershttp://samples.msdn.microsoft.com/Silverlight/SampleBrowser/index.htm#/?sref=animation_ovw_intro 阅读全文
posted @ 2010-09-03 16:45 JAFly 阅读(593) 评论(0) 推荐(1)