摘要: using System;using System.Collections.Generic;using System.Linq;using System.Runtime.InteropServices;using System.Text;using System.Threading.Tasks;using System.Windows;using System.Windows.Media;using System.Windows.Media.Imaging;namespace WpfApplication1{ class WindowListItem : DragItem { ... 阅读全文
posted @ 2013-08-11 17:59 fff8965 阅读(2179) 评论(0) 推荐(0) 编辑
摘要: 转自:http://qqhack8.blog.163.com/blog/static/11414798520113363829505/C# 通过窗口句柄获取程序路径 图标using System;using System.Linq;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.Windows.Forms;using System.Drawing;namespace K8加强版任务管理器{ class k8taskmgr { private 阅读全文
posted @ 2013-08-11 17:58 fff8965 阅读(1816) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/gnielee/archive/2010/10/04/windows7-extend-aero-glass.html Windows 7 操作系统默认具有一款玻璃效果主题(Aero Glass)。如果选择了该款主题,所有的应用程序标题栏都会处于玻璃透明效果(如下图)。这个功能是由Desktop Window Manager(DWM)服务支持的。 默认情况下,我们编写的应用程序在Windows 7 中也只有标题栏和窗口框架会具备玻璃效果,其他区域仍是不透明状态(如下图)。如果想将程序整体都改为上图IE 窗口的效果,可以使用DWM API 将玻. 阅读全文
posted @ 2013-08-11 17:08 fff8965 阅读(423) 评论(0) 推荐(0) 编辑