博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年2月1日

摘要: 第一:新建一个类(Class)Win32Native.cs代码如下:using System; using System.Collections.Generic; using System.Linq; using System.Text;namespace WpfApplication1 { public class Win32Native { [System.Runtime.InteropServices.DllImport("user32.dll", EntryPoint = "SetParent")] public extern static In 阅读全文

posted @ 2012-02-01 21:43 linFen 阅读(11615) 评论(3) 推荐(0) 编辑