搜索资源列表
ToolbarDemo
- 工具栏定制演示程序,主要功能:1、定制工具栏;2、工具栏管理,通过上、下、左、右切换工具栏和图标按钮;3、通过定制窗口,可以把其他工具栏中图标按钮鼠标拖动动态添加到目标工具栏上-Toolbar custom demo program, the main functions: one, customized toolbar 2, toolbar management, through the upper and lower, left and right to switch the toolba
see
- 比较早的代码了,类似spy++的拖动图标查找屏幕窗口,加亮目标窗口,并显示窗口类名,标题等。-The code earlier, and similar to the spy++ to drag the icon to find the screen window, highlight the target window, and displays the window class name, title, and so on.
TextBox2010-12-11
- QQ皮肤换肤程序,可以实现直接拖张图片到QQ窗口就能改变QQ皮肤的皮肤,其实这个功能不是很难,网上实现效果很多,你只要处理一下窗体的的两个拖放事件DragEnter 和 DragDrop就行. DragEnter :鼠标将数据拖放到目标工作区时发生(注意:边界也算).可以将对象拖到控件上方时,能够根据所拖动的对象显示相应的图标 DragDrop:鼠标将数据拖放到目标工作区完成时发生 当处理拖放事件时,可以检索到Data 对象,Data对象用于检索数据 Da