Wilson

2008年5月20日

C#启动记事本,并传递数据

摘要: [ API: 记事本 ]#region [ API: 记事本 ] /**//// /// 传递消息给记事本 /// /// /// /// /// /// [DllImport("User32.DLL")] public static extern int SendMessage(IntPtr hWnd, uint Msg, int wParam, string lParam);... 阅读全文

posted @ 2008-05-20 08:29 魏文元 阅读(428) 评论(0) 推荐(0)

导航