摘要: 在窗体属性中有个EnableGlass属性,设置为False即可。eg://使用APInamespace WindowsFormsApplication1{ static class Program { [DllImport("dwmapi.dll", EntryPoint = "DwmEnableComposition")] private extern static uint Win32DwmEnableComposition(uint uCompositionAction); /// <summary> /// 应用程序的主入口点。 / 阅读全文
posted @ 2012-05-06 19:15 teyond 阅读(1601) 评论(4) 推荐(0)